Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rakuten-frontend/generator-rff-gulp
- Owner: rakuten-frontend
- License: mit
- Created: 2015-12-17T09:02:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T01:41:20.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T19:20:25.522Z (3 months ago)
- Topics: boilerplate, gulp, scaffolding, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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