Skip to content
/ roots Public
forked from jescalan/roots

a toolkit for rapid advanced front-end development

Notifications You must be signed in to change notification settings

kylemac/roots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A light, super fast, and intuitive static build system made for front end development and building web apps.

Installation

Make sure you have node.js installed, then just run npm install roots -g and you'll be all set.

OSX Installs
  • If you encounter problems when installing. Please ensure Xcode and Xcode Command Line Tools are Installed.
  • From Xcode go to Preferences -> Download -> Command Line Tools -> Install to install command line tools.

Usage

Once you have roots installed, you can use the command line to wrangle your project. You must be at least somewhat familiar with the command line to be able to use roots. All the possible commands and options are explained clearly on the man page.

Getting Started

All roots tutorials and resources that are recommended by the core team are listed below:

Documentation

All documentation can be found on http://roots.cx.
If you are looking for roots docs, see http://roots.cx/docs.
If you are after the docs for the css library, axis, see http://roots.cx/axis.

Help

If you are confused and/or having trouble, one of the solutions below will almost certainly get you back on your feet:

The Future

See the issues for discussion of upcoming features and additions. Roots is very actively developed and is moving forward at a rapid pace. Our goal is to push static sites and "single page apps" as far as they can possibly go, and we're well on the way.

Contributors

I would love to have more contributors, and if you've helped out, you are awesome. I want to give a huge thanks especially to these people:

We are very open to new people getting involved and contributing. Come chat with us on IRC at freenode/#roots-dev if this seems like your kind of jam.

Coding Style

To keep a consistant coding style in the project, we're going with Felix's Node.js Style Guide for JS and Polar Mobile's guide for CoffeeScript, but it should be noted that much of this project uses under_scores rather than camelCase for naming. Both of these are pretty standard guides. For documenting in the code, we're using JSDoc.

License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

a toolkit for rapid advanced front-end development

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.8%
  • CoffeeScript 28.1%
  • CSS 0.1%