arc.js_legacy
arc.js_legacy copied to clipboard
Have a CLI app to expose the testnet/migration functionality, instead of `npm explore`.
instead of having users of the library use npm explore @daostack/arc.js -- npm start migrateContracts, create a CLI app that exposes the available commands.
Usage: if installed locally $ npm run arc.js ganache/migrate, if installed globally $ arc.js ganache/migrate
The CLI app should include a --help with documentation about the various commands.