@delucis/create
v0.5.1
Published
Initialise a Node module using @delucis’s defaults
Downloads
24
Readme
@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
, usingstandard-version
- Use conventional commits with
commitizen
(install globally for ease of runninggit cz
) .gitignore
for Node
- Community
- GPL v3 License
- Contributor Covenant Code of Conduct
- Set-up
- Generates
package.json
and a simpleREADME
for you - Creates a new private GitHub repo and pushes the initial commit
- Generates
Credits
Inspired by @iarna/create