Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 545 Bytes

create-gatsby (alpha)

Create Gatsby apps in an interactive CLI experience that does the plumbing for you.

Quick Overview

Create a new Gatsby app by running the following command:

npm init gatsby

or

yarn create gatsby

It will ask you questions about what you're building, and set up a Gatsby project for you.

Note: this package is different from the Gatsby CLI, it is intended solely to create new sites. The Gatsby CLI supports a similar functionality legacy functionality with the gatsby new command.