1.1.9 • Published 8 years ago

generator-tiny-es-nm v1.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-tiny-es-nm

NPM version Build Status Dependency Status

Scaffold out a tiny ES6 node module

soylent example

Install

npm install --global yo generator-tiny-es-nm

Usage

# 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:

  1. Push it to your github repo
  2. Enable your project on travis: https://travis-ci.org/profile/ travis
  3. Enable your project on coveralls: https://coveralls.io/repos/new coveralls
  4. Write some tests in tests.js
  5. Run tdd mode: npm run tdd
  6. Write your module to pass the tests
  7. When all tests are green bump major version and publish it:
    npm version major
    npm publish
    Your package will be tagged, commited, transpiled, published, cleaned up and pushed all the changes to github automagically ✨, take a look at scripts section.

You are awesome! ✨💫

License

MIT © Vladimir Starkov

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.2

9 years ago