A CLI for taking different website snapshots.
  • TypeScript 100%
2026-03-24 12:46:23 +00:00
src Closes #8 2026-03-23 12:51:56 +00:00
.editorconfig Closes #1 2026-03-21 10:09:36 +00:00
.gitignore Closes #8 2026-03-23 12:51:56 +00:00
.oxfmtrc.json Closes #1 2026-03-21 10:09:36 +00:00
.oxlintrc.json Refactor 2026-03-21 21:29:12 +00:00
bun.lock Closes #5 2026-03-22 17:31:19 +00:00
LICENSE Closes #1 2026-03-21 10:09:36 +00:00
NOTES.md Update NOTES.md 2026-03-24 12:46:23 +00:00
package.json Closes #5 2026-03-22 17:31:19 +00:00
README.md Closes #8 2026-03-23 12:51:56 +00:00
tsconfig.json Closes #1 2026-03-21 10:09:36 +00:00

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