| name | draw |
| version | 2.0.0 |
| author | BytesAgain |
| license | MIT-0 |
| tags | ["draw","tool","utility"] |
| description | Draw - command-line tool for everyday use |
Draw
Drawing toolkit — SVG generation, shape creation, diagram building, canvas manipulation, layer management, and format export.
Commands
| Command | Description |
|---|
draw run | Execute main function |
draw list | List all items |
draw add <item> | Add new item |
draw status | Show current status |
draw export <format> | Export data |
draw help | Show help |
Usage
draw help
draw run
Examples
draw run
draw status
draw export json
- Run
draw help for all commands
draw/`
When to Use
- when you need quick draw from the command line
- to automate draw tasks in your workflow
Output
Returns structured data to stdout. Redirect to a file with draw run > output.txt.
Powered by BytesAgain | bytesagain.com
Feedback & Feature Requests: https://bytesagain.com/feedback
When to Use
- Quick draw tasks from terminal
- Automation pipelines