vuecomp-teste-vlalg
v0.0.2
Published
vuecomp CLI
Downloads
6
Readme
vuecomp CLI
Test project with gluegun
A CLI for vuecomp.
Commands
For help
nbtest -h
Global installation
npm i -g vuecomp-teste-vlalg
yarn add -g vuecomp-teste-vlalg
Local installation
npm i vuecomp-teste-vlalg
yarn add vuecomp-teste-vlalg
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 lint
$ npm test
(if typescript, run `npm run build` here)
$ npm publish
License
MIT - see LICENSE