bem-archive / tpl-bem-command

Volo template for bem subcommand projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tpl-bem-command

Project template for the bem-tools subcommands. Based on tpl-cli.

What's inside?

  • 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
  • Preconfigured Travis CI integration
  • Contributing Guide in CONTRIBUTING.md
  • ChangeLog stub in ChangeLog.md

How to use

Install volo

npm -g install volo

Create project using template

volo create your-project-name bem/tpl-bem-command

About

Volo template for bem subcommand projects

License:MIT License


Languages

Language:JavaScript 100.0%