Skip to content

IOH/ioh-cover-maker.js

Repository files navigation

ioh-cover-maker

IOH cover maker

Travis CI   Quality     Coverage    Dependencies

Project philosophy

Develop in LiveScript

LiveScript is a compile-to-js language, which provides us more robust way to write JavaScript.
It also has great readibility and lots of syntax sugar just like you're writting python/ruby.

Usage

Sync remote database to local

Use heroku pg:transfer:

curl -o production.dump `heroku pgbackups:url`
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d 'ioh-cover-maker' production.dump

Contributing

devDependency Status

  1. Fork it ( https://github.com/tomchentw/ioh-cover-maker/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request