This package has been deprecated

Author message:

this package is no longer maintained, use saojs with seaneking/gatsby-boilerplate instead

generator-gatsby

1.8.3 • Public • Published

Gatsby Generator

npm GitHub

Quickly scaffold your own progressive, lightweight Gatsby sites and plugins with configurable generators.

Site generator

Scaffold out an opinionated, optimised Gastby website stack

Core Features

  • 100/100 Lighthouse scores out of the box
  • Lightweight set of style-agnostic functional base components
  • Internal generators for pages and components (built on Plop)
  • Basic React CSS Modules and PostCSS support
  • Storybook 5 preconfigured for Gatsby
  • Prettier and Stylelint configured out of the box
  • Development build notifications

Optional extras

  • Netlify deployment configuration (HTTP/2 push, lamda proxying)
  • Prismic source boilerplate with new GraphQL API
  • MobX state management
  • Starter CSS design system (built on Bloom)
  • Dynamic CSS variables polyfilling
  • Style agnostic, React-friendly form components
  • Robust video, button, and other base components

Plugin generator

Scaffold lightweight Gatsby plugins, following best practices from Gatsby recommendations

Features

Installation and usage

Install the generator and the yo runner globally

npm i -g generator-gatsby yo

Run the site generator by calling gatsby-generator directly

yo gatsby

Run the plugin generator by calling gatsby:plugin

yo gatsby:plugin

Then follow the prompts to scaffold your project.


Made with ❤️ by Tomorrow

Package Sidebar

Install

npm i generator-gatsby

Weekly Downloads

104

Version

1.8.3

License

MIT

Unpacked Size

102 kB

Total Files

93

Last publish

Collaborators

  • seaneking