2.2.0 • Published 9 years ago
generator-rise v2.2.0
Install
npm i -g generator-rise☭ Features
- Babel :point_up:
- Lint with ESLint
- Tests with tape in ES6
- Travis CI and Coveralls
- Productivity scripts and source watcher
- Check
packagedependencies - Automatic TOC with tocdoc
- Badges with
- Option to center title and badges in README.
- Simple workflow.
- Example
Usage
You need Yeoman to run this command.
yo rise
→ create package.json
→ create README.md
→ create LICENSE
→ create CHANGELOG.md
→ create src/index.js
→ create test/index.js
→ create .editorconfig
→ create .gitignore
→ create .travis.yml
→ create .eslintrc:beginner: Workflow
Add code to
src/index.jsand tests totest/index.js.Lint, build and test a project with
npm run build.Build and watch changes in
src/withnpm run watchRun only tests with
npm run test.Check coverage with
npm run coverage.Generate a TOC for the
CHANGELOGwithnpm run tocDeploy to a remote origin with
npm run deploy.Bump version and publish a package with
npm run majororminor/patch
License
MIT © Jorge Bucaran