Skip to content

caneroj1/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

[![Build Status](https://travis-ci.org/caneroj1/snake.svg?branch=master)](https://travis-ci.org/caneroj1/snake) Ruby Gems Page

Snake is a Rails plugin that parses custom downloads of Twitter Bootstrap v3. When you customize your own version of Twitter Bootstrap here, one of the files you receive is a config.json file that specifies all of the customization you just made.

If you are using gem "bootstrap-sass", I've found it slightly difficult to load up all of this customization without having to write it yourself. Using Snake, you can just customize your download of Bootstrap and get it loaded in right away.

Usage

Create a new directory under `app/assets/` called json and put your config.json file there.
Add `gem "snake"` to your Gemfile.
Update and run tests: `bundle update && rake`.
Parse config.json by running `rails g snake:parse`.

Contributing

If there are any bugs, make an issue.

If there are any desired features, either let me know or send me a pull request. Be sure to write tests and have them pass!

Licensing

This project uses the MIT-LICENSE.

About

Parses Twitter Bootstrap's config.json for easy customization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published