@bitovi/generator-bitops

Skaffolding for an operations repo built to work with https://github.com/bitovi/bitops

Usage no npm install needed!

<script type="module">
  import bitoviGeneratorBitops from 'https://cdn.skypack.dev/@bitovi/generator-bitops';
</script>

README

generator-bitops

NPM version Build Status Dependency Status

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