Implement SimpleNote CLI - full Commander.js CLI

- Commander.js-based CLI with subcommands
- Document commands: list, get, create, update, delete, export, add-tags
- Library commands: list, get, create, tree
- Tag commands: list, docs
- Auth commands: login, status
- Axios-based API client with error handling
- Config loader for ~/.config/simplenote/config.json
- Chalk for colored output
This commit is contained in:
Erwin
2026-03-28 03:27:44 +00:00
parent 3edb76f197
commit 5978d7acf6
13 changed files with 1885 additions and 59 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
# SimpleNote CLI Configuration
SIMPLENOTE_API_URL=http://localhost:3000/api/v1
SIMPLENOTE_TOKEN=snk_your_token_here