An open API service indexing awesome lists of open source software.

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.

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.