lampone
v0.1.4
Published
Usefull boilerplate for node projects
Downloads
2
Readme
__
/\ \
\ \ \ __ ___ ___ _____ ___ ___ __
\ \ \ __ /'__`\ /' __` __`\/\ '__`\ / __`\ /' _ `\ /'__`\
\ \ \L\ \/\ \L\.\_/\ \/\ \/\ \ \ \L\ \/\ \L\ \/\ \/\ \/\ __/
\ \____/\ \__/.\_\ \_\ \_\ \_\ \ ,__/\ \____/\ \_\ \_\ \____\
\/___/ \/__/\/_/\/_/\/_/\/_/\ \ \/ \/___/ \/_/\/_/\/____/
\ \_\
\/_/
Lampone
JavaScript/NodeJS CLI ToolKit
Motivation
- Nice start point to learn best development practises (Documentation, Issue reporting, package publishing, Typescript, etc).
- 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 --pre-commit
installs prettier, husky and lint staged to format code on every commit