Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T15:48:21.000Z (over 5 years ago)
- Last Synced: 2024-09-26T00:28:33.348Z (about 2 months ago)
- Topics: cli, cli-app, gatsby, gatsbyjs, react, reactjs
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 2
- 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
[![Package Version](https://img.shields.io/npm/v/new-gatsby-post-cli.svg?style=flat-square)](https://www.npmjs.com/package/new-gatsby-post-cli)
[![Downloads Status](https://img.shields.io/npm/dm/new-gatsby-post-cli.svg?style=flat-square)](https://npm-stat.com/charts.html?package=new-gatsby-post-cli&from=2016-04-01)
[![Build Status: Linux](https://img.shields.io/travis/luftywiranda13/new-gatsby-post-cli/master.svg?style=flat-square)](https://travis-ci.org/luftywiranda13/new-gatsby-post-cli)
[![Build Status: Windows](https://img.shields.io/appveyor/ci/luftywiranda13/new-gatsby-post-cli/master.svg?style=flat-square&logo=appveyor)](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)