Generate Gatsby Starters in Seconds β¨
Gatsby Generator is well, a generator (duh?) and it provides a very simple way to view and download many Gatsby starters via a CLI π»
- node.js 8+
- gatsby-cli or npx
First install it! β¬οΈ
$ npm install --global gatsby-generator
Then run the generator! π°
- with gatsby-cli installed:
$ gatsby-generate
- with npx installed:
$ gatsby-generate --npx
I hope you find this project useful! π
If you do, please give this project a star β so other people can find it as well π
If you want to contribute to Gatsby Generator you can do it by adding more Gatsby starters β¨
Please add new starters at the end of this JSON file with their name
, description
and url
, then send a pull request!
New features are also welcome, but first submit an issue with the feature
label to discuss it.
Thanks! π