You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a simple CLI tool that can bootstrap a new post:
npm automaton new-post
The above will prompt for the title of the post. It will also ask whether you want to provide a slug(aka filename) or whether the script should auto-generate it based on the title. It could then also set some frontmatter.
The text was updated successfully, but these errors were encountered:
Create a simple CLI tool that can bootstrap a new post:
The above will prompt for the title of the post. It will also ask whether you want to provide a slug(aka filename) or whether the script should auto-generate it based on the title. It could then also set some frontmatter.
The text was updated successfully, but these errors were encountered: