Start your NodeJs project easily with the right tools and best practices.
_ ______ ____ _
| |/ / _ \ / ___(_) ___
| ' /| | | | | | |/ _ \
| . \| |_| | |___| | (_) |
|_|\_\____/ \____|_|\___/
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
- 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