gatsby-dev-cli
A dev cli tool for Gatsby.
It's a simple cli tool for have easily a functionnal development environment for working on Gatsby.
Install
Fork gatsby repo and clone it.
$ npm install -g gatsby-cli-tools@canary
$ gatsby-dev --set-path-to-repo /path/to/my/cloned/version/gatsby
How to use
Go to your project and execute corresponding following command to use local version of gatsby.
Note: First time can be very long, be patient ;)
Repo with gatsby dependencies
$ gatsby-dev
Tools automaticly find gatsby packages into current package.json
, copy it from your local fork and watch!
Repo without gatby dependencies
$ gatsby-dev --packages gatsby gatsby-typegen-remark