Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bittorrent/generator-btapp
yeoman webapp generator fork for a btapp sites
https://github.com/bittorrent/generator-btapp
Last synced: about 1 month ago
JSON representation
yeoman webapp generator fork for a btapp sites
- Host: GitHub
- URL: https://github.com/bittorrent/generator-btapp
- Owner: bittorrent
- Created: 2013-05-16T22:09:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T23:51:51.000Z (over 11 years ago)
- Last Synced: 2024-04-27T02:03:17.936Z (8 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 3
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# Yeoman btapp.js generator [![Build Status](https://secure.travis-ci.org/bittorrent/generator-btapp.png?branch=master)](http://travis-ci.org/bittorrent/generator-btapp)
BitTorrent btapp.js web app yeoman generator.
## Getting Started
- Make sure you have [yo](https://github.com/yeoman/yo) installed: `npm install -g yo`
- Install the generator: `npm install -g generator-btapp`
- Run: `yo btapp`
- Run `grunt` for building and `grunt server` for preview## Options
* `--skip-install`
Skips the automatic execution of `bower` and `npm` after
scaffolding has finished.* `--test-framework=[framework]`
Defaults to `mocha`. Can be switched for
another supported testing framework like `jasmine`.## Contribute
See the [contributing docs](https://github.com/yeoman/yeoman/blob/master/contributing.md)
## License
[BSD license](http://opensource.org/licenses/bsd-license.php)