0.0.3 • Published 7 years ago
@ninestuff/starter v0.0.3
@ninestuff/starter
Pretty straight generator for some project dot files
Just a generator for files after creating empty repository on Github
Usage
npx @ninestuff/starter
What it will do
- Generate files that I use as standard
- .gitignore for node
- .editorconfig
- .eslintrc with eslint-config-standard
- .travis.yml with eslint
- package.json
- adding husky running eslint
What it will not do
- Generate README.md and LICENSE because it can be generated at creating repository or using a generator/template