1.0.5 • Published 4 years ago

gatsby_new_post_script v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

gatsby_new_post_script

Features

gatsby new post generate script

Installation

cd ${your_gatsby_website_dir} && mkdir script && cd script

svn export https://github.com/eginoy/gatsby_new_post_script/trunk/newpost

package.json add script newpost

"scripts": { "newpost": "node ./script/newpost/index.js", "build": "gatsby build", ...

Usage

npm newpost ${post_title}

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago