Install

bundle install ether-fly

How to use

Help command:

$ ether-fly

Create a new Smart Contract application

$ ether-fly n project
$ cd project

Generate new Smart Contract and test file

$ ether-fly g game

Run tests

$ ether-fly t game