Skip to content

HeliumSquid/parrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parrot

Parrot structures the code for your next project nicely and comes with many useful tools.

Parrot

Dependency Status devDependency Status
Dependency Status devDependency Status

Contents

Files

    parrot
    | -- assets/
    |   | -- css/
    |   |   | -- 0-tools/
    |   |   |   | -- colours.sass
    |   |   |   | -- fonts.scss
    |   |   |   | -- normalize.scss
    |   |   | -- 1-base/
    |   |   |   | -- base.sass
    |   |   |   | -- links.sass
    |   |   |   | -- buttons.sass
    |   |   | -- 2-pages/
    |   |   |   | -- page-home.sass
    |   |   | -- main.css
    |   |   | -- main.sass
    |   | -- js/
    |   |   | -- jquery-2.4.1.min.js
    |   |   | -- main.js
    |   | -- img/
    | -- .gitignore
    | -- gruntfile.js
    | -- license (MIT)
    | -- readme.md
    | -- bower.json
    | -- index.html
    | -- package.json

Install

Manually

Download the latest release.

Dependencies

Tools

You'll need the following installed:

  • Latest Sass: $ gem install sass
  • Latest Grunt CLI: $ npm install -g grunt-cli
  • Node.js and npm
  • Latest Bower $ npm install -g bower

Now you can install the dependencies:

$ npm install
$ bower install

You can use the default commands:

$ grunt watch
$ grunt concat
$ grunt uglify

Or run them all at once with:

$ grunt parrot

Have fun using parrot!

Have fun!

About

Get started with your next project!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published