<%=config%>¶ ↑
TODO: Write an app description
Usage¶ ↑
To test your application, run:
$ ruby -Ilib ./bin/<%=config[:name]%>
To make and run a Java jar:
$ shortcut build $ java -jar pkg/<%=config[:name]%>.jar
Or you can simply run:
$ shortcut run
Contributing¶ ↑
-
Fork it
-
Create your feature branch (
git checkout -b my-new-feature
) -
Commit your changes (
git commit -am 'Add some feature'
) -
Push to the branch (
git push origin my-new-feature
) -
Create new Pull Request