New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

create-gatsby

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-gatsby

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


Version published
Weekly downloads
211K
decreased by-17.5%
Maintainers
14
Weekly downloads
 
Created

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.

Options

If you'd like to set up a minimal site without answering any prompts you can run the following command, including your chosen site directory.

npm init gatsby -y <site-directory>

FAQs

Package last updated on 09 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts