git clone git@github.com:7flash/eos-environment.git
npm install
npm link
./create.sh project-name
https://gist.github.com/toonsevrin/26498311ee024afbca0d890badf5f4f8
docker run -v ~./contracts:/opt/eosio/bin/data-dir -it eosio/eos-dev
cd /opt/eosio/bin/data-dir
eosiocpp project-name && cd project-name
eosiocpp -o project-name.wast project-name.cpp
eosiocpp -g project-name.abi project-name.cpp
cd project-name
vim ./config.js
node ./deploy.js
node ./test.js