delucis / delucis-create

✨ Initialise a Node module using @delucis’s defaults

Home Page:https://www.npmjs.com/package/@delucis/create

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@delucis/create

Initialise a new Node project using @delucis’s defaults

Usage

mkdir new-project
cd new-project
npm init @delucis

If you want to suppress prompts and accept all defaults/assumptions:

npm init @delucis --silent

Includes

  • Tooling
    • StandardJS for code style linting
    • AVA unit testing
    • Test coverage with nyc and Coveralls
    • Travis-CI configured to use Coveralls
    • Version release flow with npm run release, using standard-version
    • Use conventional commits with commitizen (install globally for ease of running git cz)
    • .gitignore for Node
  • Community
  • Set-up
    • Generates package.json and a simple README for you
    • Creates a new private GitHub repo and pushes the initial commit

Credits

Inspired by @iarna/create

About

✨ Initialise a Node module using @delucis’s defaults

https://www.npmjs.com/package/@delucis/create

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%