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
# Show help
draw help
# Quick start
draw run
Examples
# Run with defaults
draw run
# Check status
draw status
# Export results
draw export json
- Run
draw helpfor 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