https://github.com/simbo/slushify
https://github.com/simbo/slushify
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simbo/slushify
- Owner: simbo
- License: mit
- Created: 2015-08-27T07:10:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T06:56:22.000Z (almost 11 years ago)
- Last Synced: 2025-01-21T09:09:18.606Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
slushify
========
> For faster slush generator development.
[](https://www.npmjs.com/package/slushify)
[](http://simbo.mit-license.org)
[](https://travis-ci.org/simbo/slushify)
[](https://david-dm.org/simbo/slushify)
[](https://david-dm.org/simbo/slushify#info=devDependencies)
[](https://codeclimate.com/github/simbo/slushify)
[](https://codeclimate.com/github/simbo/slushify)
---
# WORK IN PROGRESS
- [How to…](#how-to…)
- [Create a Generator](#create-a-generator)
- [Add Options](#add-options)
- [Add Templates](#add-templates)
- [Module classes](#module-classes)
- [Generator](#generator)
- [Config](#config)
- [Option](#option)
- [Question](#question)
- [TemplateSet](#templateset)
- [License](#license)
## How to…
### Create a Generator
``` javascript
var gulp = require('gulp'),
Generator = require('slushify');
var generator = new Generator(gulp);
```
### Add Options
### Add Templates
## Module classes
### Generator
#### Properties
#### Methods
#### Events
All event callbacks get current Generator instance as first argument.
- `startingGulpTask`
- `askingQuestions`
- `afterAskingQuestions`
- `scaffolding`
- `afterScaffolding`
### Config
#### Properties
#### Methods
### Option
#### Properties
#### Methods
#### Properties
#### Methods
### Question
#### Properties
#### Methods
### TemplateSet
#### Properties
#### Methods
## License
[MIT © Simon Lepel 2015](http://simbo.mit-license.org/)