$ npm install gatsby-cli
Gatsby command line tool.
Let's you create new Gatsby sites using Gatsby starters.
It also let's you run commands on sites. The tool runs code from the gatsby
package installed locally.
npm install --global gatsby-cli
Run gatsby --help
for full help.
gatsby new gatsby-site
See the Gatsby starters docs for more.
At the root of a Gatsby site run gatsby develop
to start the Gatsby
development server.
At the root of a Gatsby site run gatsby build
to do a production build of a
site.
At the root of a Gatsby site run gatsby serve
to serve the production build of
the site for testing.
© 2010 - cnpmjs.org x YWFE | Home | YWFE