Skip to content

kdcio/create-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1a1213 · May 18, 2020

History

75 Commits
May 13, 2020
May 13, 2020
May 18, 2020
May 14, 2020
May 14, 2020
May 12, 2020
May 12, 2020
May 12, 2020
May 14, 2020
May 13, 2020
May 12, 2020
May 13, 2020
May 14, 2020
May 14, 2020
May 13, 2020
May 13, 2020
May 18, 2020
May 18, 2020

Repository files navigation

Create NodeJs

ver build codecov size license

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

Usage

  _  ______   ____ ____         __ _
 | |/ /  _ \ / ___/ ___|  ___  / _| |___      ____ _ _ __ ___
 | ' /| | | | |   \___ \ / _ \| |_| __\ \ /\ / / _` | '__/ _ \
 | . \| |_| | |___ ___) | (_) |  _| |_ \ V  V / (_| | | |  __/
 |_|\_\____/ \____|____/ \___/|_|  \__| \_/\_/ \__,_|_|  \___|

Usage: npx @kdcsoftware/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 @kdcsoftware/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