0.5.1 • Published 6 years ago
@delucis/create v0.5.1
@delucis/create
Initialise a new Node project using @delucis’s defaults
Usage
mkdir new-project
cd new-project
npm init @delucisIf you want to suppress prompts and accept all defaults/assumptions:
npm init @delucis --silentIncludes
- Tooling
- StandardJS for code style linting
- AVA unit testing
- Test coverage with
nycand Coveralls - Travis-CI configured to use Coveralls
- Version release flow with
npm run release, usingstandard-version - Use conventional commits with
commitizen(install globally for ease of runninggit cz) .gitignorefor Node
- Community
- GPL v3 License
- Contributor Covenant Code of Conduct
- Set-up
- Generates
package.jsonand a simpleREADMEfor you - Creates a new private GitHub repo and pushes the initial commit
- Generates
Credits
Inspired by @iarna/create