Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rakuten-frontend/generator-rff-gulp

Yeoman generator for rff-gulp, the gulp-based boilerplate.
https://github.com/rakuten-frontend/generator-rff-gulp

boilerplate gulp scaffolding yeoman yeoman-generator

Last synced: 3 months ago
JSON representation

Yeoman generator for rff-gulp, the gulp-based boilerplate.

Awesome Lists containing this project

README

        

# generator-rff-gulp
> Yeoman generator for [rff-gulp](https://github.com/rakuten-frontend/rff-gulp), the gulp-based boilerplate.

[![npm Version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Dependency Status][david-image]][david-url]
[![Coverage Status][coveralls-image]][coveralls-url]

## Installation
First, install **[Yeoman](http://yeoman.io)** and **generator-rff-gulp** using [npm](https://www.npmjs.com/) (we assume you have pre-installed [Node.js](https://nodejs.org/)).

```sh
$ npm install -g yo
$ npm install -g generator-rff-gulp
```

Then generate your new project:

```sh
$ yo rff-gulp
```

## Features
This generator creates project by fetching the latest [rff-gulp](https://github.com/rakuten-frontend/rff-gulp) on GitHub.
Once you install generator-rrf-gulp, you can automatically use the latest template.

## Documentation
See [rff-gulp](https://github.com/rakuten-frontend/rff-gulp) for details.

## License
Copyright (c) 2015-2017 Rakuten, Inc.
Licensed under the [MIT License](LICENSE).

[npm-image]: https://img.shields.io/npm/v/generator-rff-gulp.svg
[npm-url]: https://npmjs.org/package/generator-rff-gulp
[travis-image]: https://travis-ci.org/rakuten-frontend/generator-rff-gulp.svg?branch=master
[travis-url]: https://travis-ci.org/rakuten-frontend/generator-rff-gulp
[david-image]: https://david-dm.org/rakuten-frontend/generator-rff-gulp.svg
[david-url]: https://david-dm.org/rakuten-frontend/generator-rff-gulp
[coveralls-image]: https://coveralls.io/repos/rakuten-frontend/generator-rff-gulp/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/r/rakuten-frontend/generator-rff-gulp