Pernle is a simple CLI tool that helps users manage their todo list.
- Add todo
- List todos
- Complete todo
- Delete todo
- Search todo
- Complete all todos
- Delete all todos
- Reset database
- Local database
- Clone or download the project.
git clone https://github.com/pimatis/pernle.git
cd pernle- Install the project.
bun install- Run the project.
bun index.tsbun index.ts create "Shopping to do" "Buy milk, bread and eggs"bun index.ts listbun index.ts completebun index.ts deletebun index.ts searchbun index.ts complete-allbun index.ts delete-allbun index.ts resetContributions are welcome! Please feel free to submit a Pull Request.
Created by Pimatis Labs