https://github.com/emalherbi-zz/generator-locawebstyle
A generator for Locaweb Style.
https://github.com/emalherbi-zz/generator-locawebstyle
Last synced: about 2 months ago
JSON representation
A generator for Locaweb Style.
- Host: GitHub
- URL: https://github.com/emalherbi-zz/generator-locawebstyle
- Owner: emalherbi-zz
- Created: 2015-05-25T18:44:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T18:36:14.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T19:55:17.104Z (3 months ago)
- Language: JavaScript
- Homepage: http://emalherbi.github.io/generator-locawebstyle/
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[generator-locawebstyle](http://emalherbi.github.io/generator-locawebstyle/)
========================*A generator for [Locaweb Style](http://opensource.locaweb.com.br/locawebstyle/).*


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.
```javascript
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 RequestLicense
-------[MIT License](http://en.wikipedia.org/wiki/MIT_License)