@kdcio/create-nodejs
v0.5.0
Published
NodeJs boilerplate
Downloads
4
Readme
Create NodeJs
Start your NodeJs project easily with the right tools and best practices.
Usage
_ ______ ____ ____ __ _
| |/ / _ \ / ___/ ___| ___ / _| |___ ____ _ _ __ ___
| ' /| | | | | \___ \ / _ \| |_| __\ \ /\ / / _` | '__/ _ \
| . \| |_| | |___ ___) | (_) | _| |_ \ V V / (_| | | | __/
|_|\_\____/ \____|____/ \___/|_| \__| \_/\_/ \__,_|_| \___|
Usage: npx @kdcio/create-nodejs package-name
Options:
-V, --version output the version number
--no-bundle do not bundle the build output
-g, --git-origin <remote-url> add git remote url as origin
-i, --info print environment debug info
-v, --verbose verbose output
-h, --help display help for command
Example:
npx @kdcio/create-nodejs my-awesome-package
What's included
Packages Installed
Scripts
- Build script
- Bundler script
- Sample test script
- GitHub Actions for merging and publishing
- Initialize git and add remote url
- Add info in package.json
- Debug jest test scripts using VS Code