obi-exec
v1.0.4
Published
obi-exec CLI facilita o processo de run e build de soluções em JavaScript para a Olimpíada Brasileira de Informática (OBI).
Downloads
117
Maintainers
Readme
obi-exec CLI
A CLI for obi-exec.
Customizing your CLI
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
Publishing to NPM
To package your CLI up for NPM, do this:
$ npm login
$ npm whoami
$ npm test
$ npm run build
$ npm publish
License
MIT - see LICENSE