gatsby-cli

CLI tool for creating and managing Gatsby static site projects

brewmacoslinux
Try with needOr install directly
Source

About

Gatsby command-line interface

Commands

gatsby

Examples

Create a new Gatsby project from a starter template$ gatsby new my-site https://github.com/gatsbyjs/gatsby-starter-default
Start the local development server with hot reload$ gatsby develop
Build your site for production deployment$ gatsby build