0.1.1 • Published 6 years ago

run-with-ganache v0.1.1

Weekly downloads
59
License
GPL-3.0
Repository
github
Last release
6 years ago

run-with-ganache

Runs commands with Ganache in the background. Install with:

npm i --save-dev run-with-ganache

Basic usage example:

./node_modules/.bin/run-with-ganache 'truffle test'

Note that the command is one shell argument.

You can run a Ganache sc fork instance using 32 addresses with:

./node_modules/.bin/run-with-ganache --ganache-cmd ganache-sc -a 32 'truffle migrate && truffle test'