@cieloazul310/gatsby-theme-aoi-blog-cli
TypeScript icon, indicating that this package has built-in type declarations

3.4.0 • Public • Published

@cieloazul310/gatsby-theme-aoi-blog-cli

CLI package for Gatsby Theme Aoi Blog

Usage

npm pkg set scripts.post="gatsby-aoi-blog new post"

npm run post "New page title"
# => Generate "/content/posts/2022/02/new-page-title.md"

Options

option type default
-a, --author string Unknown Author
-d, --date string (Datestring) new Date().toISOString()
--canonical boolean false
--mdx boolean false

Examples

# date option
npm run post "New page title" --date 2022-01-01
# => Generate "/content/posts/2022/01/new-page-title.md"

# canonical option
npm run post "New page title" --canonical
# => Generate "/content/posts/2022/02/new-page-title/index.md"

# mdx option
npm run post "New page title" --mdx
# => Generate "/content/posts/2022/02/new-page-title.mdx"

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.4.01latest
3.0.0-alpha.41canary

Version History

VersionDownloads (Last 7 Days)Published
3.4.01
3.3.01
3.2.31
3.2.21
3.2.11
3.2.01
3.1.11
3.1.01
3.0.11
3.0.01
2.11.01
2.10.11
2.9.01
3.0.0-alpha.61
3.0.0-alpha.41
3.0.0-alpha.31
3.0.0-alpha.11
3.0.0-alpha.01
2.6.11
2.1.51
2.1.11
2.0.01
1.7.21
1.7.11
1.7.01

Package Sidebar

Install

npm i @cieloazul310/gatsby-theme-aoi-blog-cli

Weekly Downloads

25

Version

3.4.0

License

ISC

Unpacked Size

11.4 kB

Total Files

12

Last publish

Collaborators

  • cieloazul310