Yield generated for dbe41bfd-4e52-4cd1-b414-a84e6bb796d1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nicolas Beaussart 8e1a7f8400
🔧 change release manager config
7 years ago
__tests__ 🎉 Initial commit 7 years ago
bin 🎉 Initial commit 7 years ago
docs 🎉 Initial commit 7 years ago
src ✏️ fixing typos 7 years ago
.gitignore 🎉 Initial commit 7 years ago
.releaserc.js 🔧 change release manager config 7 years ago
LICENSE 🎉 Initial commit 7 years ago
package.json 🚀 adding scemantic release 7 years ago
readme.md 🎉 Initial commit 7 years ago
tsconfig.json 🎉 Initial commit 7 years ago
tslint.json 🎉 Initial commit 7 years ago
yarn.lock 🚀 adding scemantic release 7 years ago

readme.md

nbx CLI

A CLI for nbx.

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