Files
metabuilder/frontends/pastebin/README.md
2026-03-09 22:30:41 +00:00

26 lines
294 B
Markdown

# Pastebin
**Code = Doc**: All documentation is in `pastebin.py`
---
## Quick Start
```bash
# See all commands
./pastebin.py --help
# Development
./pastebin.py dev
# Build
./pastebin.py build
# Run E2E tests
./pastebin.py test:e2e
```
---
**Documentation**: Run `./pastebin.py --help`