start new:
tmux
start new with session name:
tmux new -s myname
| ### Keybase proof | |
| I hereby claim: | |
| * I am vinozzz on github. | |
| * I am vinozzz (https://keybase.io/vinozzz) on keybase. | |
| * I have a public key ASCWNjDGzE7g8pNITLyT7pfcexhssSWSXzFKF2BCWyESeAo | |
| To claim this, I am signing this object: |
| #!/usr/bin/env node | |
| var Promise = require("bluebird"); | |
| var fs = Promise.promisifyAll(require("fs")); | |
| var directoryDict = { | |
| c: "templates/componentWithoutReducer", | |
| cr: "templates/componentWithReducer", | |
| s: "templates/service" | |
| }; | |
| var pathInput = ""; |