1.0.1 • Published 9 years ago

generator-rework v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

generator-rework

Build Status

A minimal yeoman generator for a web project using gulp, rework, and autoprefixer.

This generator prompts you for your:

  • Name
  • Github username
  • Twitter username
  • Project name
  • Project description

Using the information to create a project with the following structure:

awesome-project/
- css/
-   src/
-     all.css
-   c.css
- .editorconfig
- .gitignore
- index.html
- gulpfile.js
- LICENSE.md
- package.json
- README.md

Installation

npm install -g generator-rework

Usage

yo rework

You will then be prompted for some information that will be used to generate a rework project.

Get up and running

After running the generator:

cd project-name
npm install
gulp
open index.html

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander (@4lpine).

1.0.1

9 years ago

1.0.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago