Skip to content

kdcio/create-nodejs

Repository files navigation

Create NodeJs

Start your NodeJs project easily with the right tools and best practices.

ver build codecov size license

Usage

  _  ______   ____ _
 | |/ /  _ \ / ___(_) ___
 | ' /| | | | |   | |/ _ \
 | . \| |_| | |___| | (_) |
 |_|\_\____/ \____|_|\___/

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