HTML5UP is a command-line downloader for html5up.net templates.
- libcurl (the one that ships with OSX should work)
$ gem install html5up
$ git clone https://github.com/rlqualls/html5up-ruby
$ cd html5up-ruby
$ bundle
$ rake install
Create a folder out of a template:
$ html5up new my_project --template hyperspace
Save the original zip file:
$ html5up new my_project --template hyperspace --save
See what templates are available (not hardcoded, see the latest on the site):
$ html5up templates
Make a new github issue.