Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)