1.1.9 • Published 10 years ago
generator-tiny-es-nm v1.1.9
generator-tiny-es-nm
Scaffold out a tiny ES6 node module
- npm initcompliant
- ES6 workflow
- Structured and trustworthy README
- Tests, tdd and test coverage
- Ready to use with travis and coveralls

Install
npm install --global yo generator-tiny-es-nmUsage
# create folder for your project
mkdir awsm-project
cd awsm-project
# run generator
yo tiny-es-nm
# make initial commit
git add .
git commit -m 'init'Next steps:
- Push it to your github repo
- Enable your project on travis: https://travis-ci.org/profile/
 
- Enable your project on coveralls: https://coveralls.io/repos/new
 
- Write some tests in tests.js
- Run tdd mode: npm run tdd
- Write your module to pass the tests
- When all tests are green bump major version and publish it:
 Your package will be tagged, commited, transpiled, published, cleaned up and pushed all the changes to github automagically ✨, take a look at scripts section.npm version major npm publish
You are awesome! ✨💫
License
MIT © Vladimir Starkov
1.1.9
10 years ago
1.1.8
10 years ago
1.1.7
10 years ago
1.1.6
10 years ago
1.1.5
10 years ago
1.1.4
10 years ago
1.1.3
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.12
10 years ago
1.0.11
10 years ago
1.0.10
10 years ago
1.0.9
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.1.2
10 years ago