https://github.com/txbm/hamlreloader
A python haml reloader
https://github.com/txbm/hamlreloader
Last synced: about 1 year ago
JSON representation
A python haml reloader
- Host: GitHub
- URL: https://github.com/txbm/hamlreloader
- Owner: txbm
- License: other
- Created: 2013-08-22T05:21:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T20:31:16.000Z (over 8 years ago)
- Last Synced: 2025-03-08T22:33:12.449Z (over 1 year ago)
- Language: Python
- Size: 148 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HamlReloader
[](https://travis-ci.org/petermelias/hamlreloader) [](https://coveralls.io/r/petermelias/hamlreloader?branch=master) [](https://crate.io/packages/hamlreloader) [](https://crate.io/packages/hamlreloader)
## Usage
1) Run without arguments to read and generate to same directory
``` hamwatch ```
2) Run with arguments for source / target spec.
``` hamwatch my_haml/ my_html/ ```
- OR -
``` hamwatch . rendered/ ```
CLI outputs generated path on change.
Boom. That's it.