A repository for building and deploying the TagPro subreddit design.
This project uses Python 2.7 to fetch, build, and push the design to a subreddit.
pip install -r requirements.txt
This project has a subtool
command which is used
to fetch, build, and push changes to the subreddit.
For general help:
./subtool -h
To fetch the latest style from the subreddit, use the fetch
sub-command.
./subtool fetch
To push changes to the subreddit, use the push
sub-command.
./subtool push