Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bntzio/gatsby-generator
🎰 Generate Gatsby Starters in Seconds
https://github.com/bntzio/gatsby-generator
cli cli-app gatsby gatsby-starter gatsbyjs generator hacktoberfest oclif react reactjs typescript
Last synced: 3 months ago
JSON representation
🎰 Generate Gatsby Starters in Seconds
- Host: GitHub
- URL: https://github.com/bntzio/gatsby-generator
- Owner: bntzio
- License: mit
- Created: 2017-10-03T17:50:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T03:20:27.000Z (about 4 years ago)
- Last Synced: 2024-10-01T15:59:53.294Z (3 months ago)
- Topics: cli, cli-app, gatsby, gatsby-starter, gatsbyjs, generator, hacktoberfest, oclif, react, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 11.9 MB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Gatsby Generator 🎰
> Generate Gatsby Starters in Seconds ✨
### What's this?
**Gatsby Generator** is well, a generator *(duh?)*
and it provides a very simple way to view and download many [Gatsby](https://github.com/gatsbyjs/gatsby) starters via a CLI 💻![Gatsby Generator CLI](/capture.gif)
### Requirements
* node.js 8+
* [gatsby-cli](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli) or [npx](https://github.com/zkat/npx)### Usage
First install it! ⬇️```bash
$ npm install --global gatsby-generator
```Then run the generator! 🎰
* with **gatsby-cli** installed:
```bash
$ gatsby-generate
```* with **npx** installed:
```bash
$ gatsby-generate --npx
```### Enjoy 🍹
I hope you find this project useful! 😄If you do, please give this project a star ⭐ so other people can find it as well 🙌
### Contribute 😎
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](https://github.com/bntzio/gatsby-generator/blob/master/src/api/starters.json)** 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! 😃