@bitovi/generator-bitops
v0.3.0
Published
Skaffolding for an operations repo built to work with https://bitops.sh
Downloads
11
Readme
generator-bitops
Skaffolding for an operations repo built to work with https://github.com/bitovi/bitops
Installation
First, install Yeoman and generator-bitops using npm
npm install -g yo
npm install -g @bitovi/generator-bitops
Then generate your new project:
mkdir -p my-operations-repo
cd my-operations-repo
yo @bitovi/bitops
Installing from source
Instead of installing generator-bitops
using npm, you can clone the github repo and run npm link
.
License
MIT © Bitovi