blog-cli-jojo
v1.0.2
Published
A simple CLI blog app built with Node.js
Readme
blog-cli-jojo
A simple Blog CLI (Command Line Interface) application built with Node.js.
Features
- Create a blog post
- View all blog posts
- Delete a blog post
- Posts are saved to a local file (posts.json)
Installation
npx blog-cli-jojo
How to Use
- Run the app using the command above
- Choose from the menu:
- Press 1 to create a new post
- Press 2 to view all posts
- Press 3 to delete a post
- Press 4 to exit
Built With
- Node.js
- fs module
- readline module
- No external dependencies!
Author
JoJo
License
MIT
