https://github.com/jadjoubran/generator-webdash-plugin
https://github.com/jadjoubran/generator-webdash-plugin
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jadjoubran/generator-webdash-plugin
- Owner: jadjoubran
- License: mit
- Created: 2018-03-29T19:00:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T15:34:39.000Z (over 7 years ago)
- Last Synced: 2025-02-22T11:03:32.733Z (8 months ago)
- Language: HTML
- Size: 312 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-webdash-plugin [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Yeoman generator for webdash## Installation
First, install [Yeoman](http://yeoman.io) and generator-webdash-plugin using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-webdash-plugin
```Then generate your new project:
```bash
yo webdash-plugin
```## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
MIT © [Jad Joubran](https://jadjoubran.io)
[npm-image]: https://badge.fury.io/js/generator-webdash-plugin.svg
[npm-url]: https://npmjs.org/package/generator-webdash-plugin
[travis-image]: https://travis-ci.org/jadjoubran/generator-webdash-plugin.svg?branch=master
[travis-url]: https://travis-ci.org/jadjoubran/generator-webdash-plugin
[daviddm-image]: https://david-dm.org/jadjoubran/generator-webdash-plugin.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/jadjoubran/generator-webdash-plugin
[coveralls-image]: https://coveralls.io/repos/jadjoubran/generator-webdash-plugin/badge.svg
[coveralls-url]: https://coveralls.io/r/jadjoubran/generator-webdash-plugin