@delucis/create

0.5.1 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @delucis/create

Weekly Downloads

2

Version

0.5.1

License

GPL-3.0

Unpacked Size

1.11 MB

Total Files

198

Last publish

Collaborators

  • delucis