Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

magmo/devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devtools

Devtoolsd used in magmo projects

Usage

From a node project, install as a dev dependency:

$ npm i -D https://github.com/magmo/devtools

or

$ yarn add -D https://github.com/magmo/devtools

This will install binaries in your project that can be run, eg. with npx.

// you must have installed npx globally via `npm i -g npx`
$ npx start-ganache

It also exports functions that can be executed, eg

$ node -e "require('magmo-devtools').startGanache()"

Dependencies

You are responsible for installing the dependencies required for executing the binaries. We will not force your scripts to use a specific version of truffle, for instance.