Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbankier/generator-alloy
A JALT generator for yeoman
https://github.com/dbankier/generator-alloy
Last synced: about 2 months ago
JSON representation
A JALT generator for yeoman
- Host: GitHub
- URL: https://github.com/dbankier/generator-alloy
- Owner: dbankier
- License: mit
- Created: 2013-10-27T21:39:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T01:20:17.000Z (over 10 years ago)
- Last Synced: 2024-11-01T01:04:42.111Z (about 2 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-alloy [![Build Status](https://secure.travis-ci.org/dbankier/generator-alloy.png?branch=master)](https://travis-ci.org/dbankier/generator-alloy)
An [alloy](http://projects.appcelerator.com/alloy/docs/Alloy-bootstrap/index.html)
generator for [Yeoman](http://yeoman.io) based on the [JAST stack](https://github.com/dbankier/JAST) but configurable.## Getting Started
### What is Yeoman?
Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.
To install:
```
$ npm install -g yo
```### JALT Generators
To install generator-alloy from npm, run:
```
$ npm install -g generator-alloy
```Finally, initiate the generator:
```
$ yo alloy
```The generator gives you more options than JAST:
```
$ yo alloy_-----_
| |
|--(o)--| .--------------------------.
`---------´ | Welcome to Yeoman, |
( _´U`_ ) | ladies and gentlemen! |
/___A___\ '__________________________'
| ~ |
__'.___.'__
´ ` |° ´ Y `[?] Enter the application name: Test App
[?] Enter the application id: yy.test
[?] Would you like to include Jade for views? Yes
[?] Which style engine would you like? (Use arrow keys)
❯ stss
ltss
tss
[?] Would you like to include coffeescript for controllers? (y/N)
```## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)