Generate a gnodi lib with Yeoman!
## Installation
First, install yo:
$ npm install -g yo
Then, install the generator:
$ npm install -g @gnodi/generator-lib
Generate a lib boilerplate using the command:
$ yo @gnodi/lib
Or simply use the Yeoman interface and chose the generator @gnodi/lib
:
$ yo