2.0.2 • Published 6 years ago

generator-locawebstyle v2.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

generator-locawebstyle

A generator for Locaweb Style.

alt tag

alt tag

What's Yeoman (yo)?

Yeoman helps you kickstart new projects, prescribing best practices and tools to help you stay productive.

Installing yo

npm i -g yo

Installing generator-locawebstyle

To scaffold a web application, you'll need to install the generator:

npm i -g generator-locawebstyle

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Finally, initiate the generator:

yo locawebstyle

Running npm start for you to install the required dependencies.

Layout

app/
├── css/
│   ├── app.css
├── img/
│   ├──
├── js/
│   ├── app.js
├── node_modules/
│   ├── jquery/
│   ├── locawebstyle/
│   ├── normalize-css/
├── index.html

How This Generator Works

After finishing the implementation of your application, simply run the following command to deploy your project.

grunt

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Test your changes to the best of your ability.
  4. Update the documentation to reflect your changes if they add or changes current functionality.
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

License

MIT License

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

0.1.0

9 years ago