/lampone

NodeJS CLI toolkit intended to automate common configurations and libraries in JavaScript projects

Primary LanguageTypeScript

version prod workflow dev 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

lampone