mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 23:04:57 +00:00
26 lines
294 B
Markdown
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`
|