JS/Node multi-purpose toolkit/boilerplate

Published on Invalid Date

Written by Nacho Consolani

Lampone CLI ASCII logo

JavaScript

NPM

Node

NPM Version version prod workflow npm

 __
/\ \
\ \ \         __      ___ ___   _____     ___     ___      __
 \ \ \  __  /'__`\  /' __` __`\/\ '__`\  / __`\ /' _ `\  /'__`\
  \ \ \L\ \/\ \L\.\_/\ \/\ \/\ \ \ \L\ \/\ \L\ \/\ \/\ \/\  __/
   \ \____/\ \__/.\_\ \_\ \_\ \_\ \ ,__/\ \____/\ \_\ \_\ \____\
    \/___/  \/__/\/_/\/_/\/_/\/_/\ \ \/  \/___/  \/_/\/_/\/____/
                                  \ \_\
                                   \/_/

Lampone

JavaScript/NodeJS CLI ToolKit

Motivation

  1. Nice start point to learn best development practises (Documentation, Issue reporting, package publishing, Typescript, etc).
  2. Oportunity to work and collaborate with other devs.

Usage (no installation needed)

npx lampone runs prettier on every file and set up prettierrc.json

or

npx lampone --precommit installs prettier, husky and lint staged to format code on every commit