# Generators
Every **generator** is installable trough a unique **name** and contains:
- A package.json (with dependencies, npm scripts, etc.)
- Folder structure
- Examples files

## Generators availables
`$ iniciar -l`  

- `default`   
  An empty nodejs project with npm
- `node-mocha`   
  Nodejs project with [mocha](https://mochajs.org) environment
- `node-tape`  
  Nodejs project with [tape](https://www.npmjs.com/package/tape) environment
- `react-min`   
  A React minimalist starter App pre-installed and configured with:  
  - [Babel](https://babeljs.io/)
  - [Browserify](browserify.org) & [Watchify](https://github.com/substack/watchify)
  - [live-server](https://github.com/tapio/live-server)
  - Development mode enabled with live reload capability
  - Build
- `web-babel`  
  Starter Web-App with:
  - [Babel](https://babeljs.io/)
  - [live-server](https://github.com/tapio/live-server)
  - Development mode enabled with live reload capability
  - Build
