A CLI for taking different website snapshots.
- TypeScript 100%
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| bun.lock | ||
| LICENSE | ||
| NOTES.md | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
passarinho
A CLI for taking different website snapshots.
Development
Install Bun (if necessary):
curl -fsSL https://bun.com/install | bash -s "bun-v1.3.9"
bun install
bun run dev --help
bun run dev a11yTree https://joao.town/
bun run dev screenshot https://joao.town/
bun run lint
bun run format
bun audit
Deployment
bun run build