Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thody/generator-jswidget
Yeoman generator to scaffold for React + Gulp + Browserify module.
https://github.com/thody/generator-jswidget
Last synced: 25 days ago
JSON representation
Yeoman generator to scaffold for React + Gulp + Browserify module.
- Host: GitHub
- URL: https://github.com/thody/generator-jswidget
- Owner: thody
- Created: 2014-05-08T01:50:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T20:43:42.000Z (almost 10 years ago)
- Last Synced: 2024-12-24T02:05:16.730Z (about 1 month ago)
- Language: JavaScript
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-jswidget [![Build Status](https://secure.travis-ci.org/thody/generator-jswidget.png?branch=master)](https://travis-ci.org/thody/generator-jswidget)
## Getting Started
First, you must have [NPM](http://thechangelog.com/install-node-js-with-homebrew-on-os-x/) and [Yeoman](http://yeoman.io/gettingstarted.html) installed on your system.
Next, to install this generator: `npm install -g generator-jswidget`
Then, create a new directory for your app, and from that directory run `yo jswidget` and follow the instructions.