Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdonaghue/generator-mayhem
Yeoman Mayhem Generator
https://github.com/jdonaghue/generator-mayhem
Last synced: about 1 month ago
JSON representation
Yeoman Mayhem Generator
- Host: GitHub
- URL: https://github.com/jdonaghue/generator-mayhem
- Owner: jdonaghue
- Created: 2015-07-22T10:52:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T11:13:53.000Z (over 9 years ago)
- Last Synced: 2023-04-15T22:40:46.975Z (over 1 year ago)
- Language: TypeScript
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yeoman Mayhem Generator
`generator-mayhem` creates a base template to start a new [Mayhem](https://github.com/SitePen/mayhem) project.
*Note this source was originally taken from [this commit](https://github.com/SitePen/mayhem/commit/569f2c0be77126f5acbfc72d3f1daac361afb369)*
## Install
For now this is not registered as an npm module, so you will have to do it yourself locally
```bash
npm link
```## Usage
```
$ yo mayhem
```*Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.*
### Options
Here's a list of our supported options:
- `stylus` (Boolean, default true)
### Sub generators
If you don't need all the features provided by the main generator, you can still use a limited set of features by composing with our sub generators directly.
Remember you can see the options of each sub generators by running `yo mayhem: --help`.
- `mayhem:model`