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! 😃