gatsby-new-post
v0.0.1
Published
CLI for creating a new Gatsby post
Downloads
1
Readme
Gatsby New Post
A node module that will take in a post name and generate a new post, and resulting folder structure, in a Gatsby project with the proper front-matter.
Installation
Use npm to install gatsby-new-post.
npm install --save-dev gatsby-new-post
Usage
gatsby-new-post "post title"
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Licensed under the MIT License.