https://github.com/hashrocket/spicerack
https://github.com/hashrocket/spicerack
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashrocket/spicerack
- Owner: hashrocket
- License: mit
- Created: 2014-01-13T19:01:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T23:13:27.000Z (over 10 years ago)
- Last Synced: 2025-05-22T09:39:56.320Z (about 1 year ago)
- Language: Ruby
- Size: 234 KB
- Stars: 0
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spicerack
Spicerack generates rake tasks to pull down resources for Hashrocket projects.
## Usage
Run `rake spicerack` to list the available spices.
Run `rake spicerack:` to install or update that spice.
Examples:
```
rake spicerack:minical
rake spicerack:stagehand
```
## Why
These rake tasks pull down the newest versions of their assets straight from the Github repos, so we can keep jQuery plugins and other files that don't live in gems up to date easily. Plus, this will create the UI directory for you.
## Recipes
Spicerack currently pulls a select set of plugins from the [Hashrocket Spices repo](https://github.com/hashrocket/spices).