Skip to content

emalherbi-zz/generator-play-ideia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-play-ideia

A generator for Yeoman when you need to quickly play web application with an idea.

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 install -g yo

Installing generator-play-ideia

asciicast

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

npm install -g generator-play-ideia

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Finally, initiate the generator:

yo play-ideia

Layout

bower_components/
├── bootstrap/
├── jquery/
├── normalize-css/
app/
├── index.html
├── css/
│   ├── app.css
├── img/
│   ├── yeoman-logo.png
└── js/
    ├── app.js

The bower dependencies are installed in another directory.

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

About

A generator for Yeoman when you need to quickly play web application with an idea.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published