/yo-generators

Primary LanguageJupyter Notebook

yo-generators

This is a collection of generators and skeleton scaffolds that I use in my environments.

Yeoman

https://yeoman.io

npm install -g yo

Each generator

Each generator is its own thing and needs to be linked to Yeoman before it can be used. General steps are:

  1. Change into generator's folder
  2. Run the following
     npm install
     npm link
  3. Head over to any folder in your system to use the generator

Using a generator

Each generator is a bit different, but generally you will run the command

yo <generator_name>

This will possibly ask you question and then explode files as needed.