minimado-cli
v1.0.0
Published
A CLI tool for managing Minimado tasks from the command line
Maintainers
Readme
Minimado CLI
A command-line interface for managing your Minimado tasks.
Installation
npm install -g minimado-cliUsage
First time setup
mm config --set-user-id "your_clerk_user_id"Add tasks
mm "Buy groceries"
mm "Walk the dog"List tasks
# List incomplete tasks
mm list
# List all tasks
mm list --allConfiguration
# Show current config
mm config --show
# Reset config
mm config --resetCommands
mm "task title"- Add a new taskmm list- List incomplete tasksmm list --all- List all tasksmm config --show- Show configurationmm config --set-user-id <id>- Set your Clerk User IDmm config --reset- Reset configuration
License
MIT
