https://github.com/luftywiranda13/new-gatsby-post-cli
An interactive CLI tool to scaffold out a new Gatsby post
https://github.com/luftywiranda13/new-gatsby-post-cli
cli cli-app gatsby gatsbyjs react reactjs
Last synced: 4 months ago
JSON representation
An interactive CLI tool to scaffold out a new Gatsby post
- Host: GitHub
- URL: https://github.com/luftywiranda13/new-gatsby-post-cli
- Owner: luftywiranda13
- License: mit
- Created: 2017-12-27T08:38:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T15:48:21.000Z (about 7 years ago)
- Last Synced: 2025-08-15T15:46:21.499Z (10 months ago)
- Topics: cli, cli-app, gatsby, gatsbyjs, react, reactjs
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# new-gatsby-post-cli
> Interactive CLI tool to scaffold out a new [Gatsby](https://www.gatsbyjs.org/) post
[](https://www.npmjs.com/package/new-gatsby-post-cli)
[](https://npm-stat.com/charts.html?package=new-gatsby-post-cli&from=2016-04-01)
[](https://travis-ci.org/luftywiranda13/new-gatsby-post-cli)
[](https://ci.appveyor.com/project/luftywiranda13/new-gatsby-post-cli/branch/master)
## Why
* Generates folder structure and `frontmatter`
* Easy to use
* Interactive CLI
## Installation
```sh
npm install --global new-gatsby-post-cli
```
## Usage

## Related
* [new-gatsby-post](https://github.com/luftywiranda13/new-gatsby-post) – API for this module
* [create-gatsby-blog-post](https://github.com/DSchau/create-gatsby-blog-post) – Pretty much like this but with no interactive CLI
## License
MIT © [Lufty Wiranda](https://www.luftywiranda.com)