https://github.com/garno/guard-catalog
Automatic folder clean up with Catalog.
https://github.com/garno/guard-catalog
Last synced: about 1 year ago
JSON representation
Automatic folder clean up with Catalog.
- Host: GitHub
- URL: https://github.com/garno/guard-catalog
- Owner: garno
- Created: 2014-09-22T02:45:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T04:01:43.000Z (over 11 years ago)
- Last Synced: 2025-03-20T11:57:58.566Z (about 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guard-catalog
*[Catalog](https://github.com/garno/catalog) prevents your folders from becoming a mess.*
# Installation
Before beginning, you'll need [guard](https://github.com/guard/guard) installed on your system :
```
gem install guard
```
Once completed, install `guard-catalog` :
```
gem install guard-catalog
```
Finally, generate a `Guardfile` in the folder you want to *catalog* :
```
guard init catalog
```
# Usage
This can't be use as of today, I need to complete the [catalog](https://github.com/garno/catalog) CLI before.
Stay tuned :)
## License
Catalog is © 2014 Samuel Garneau and may be freely distributed under the MIT license. See the LICENSE.md file for more information.