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