Project template for the bem-tools subcommands. Based on tpl-cli.
- mocha as a test framework
- istanbul as a code coverage tool
GNUmakefile
- run tests by executing
make test
- produce code coverage report by executing
make coverage
- run tests by executing
- Preconfigured Travis CI integration
- Contributing Guide in CONTRIBUTING.md
- ChangeLog stub in ChangeLog.md
Install volo
npm -g install volo
Create project using template
volo create your-project-name bem/tpl-bem-command