A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing
at main 37 lines 438 B view raw
1# dependencies (bun install) 2node_modules 3 4# output 5out 6dist 7*.tgz 8 9# code coverage 10coverage 11*.lcov 12 13# logs 14logs 15*.log 16report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json 17 18# dotenv environment variable files 19.env 20.env.development.local 21.env.test.local 22.env.production.local 23.env.local 24 25# caches 26.eslintcache 27.cache 28*.tsbuildinfo 29 30# IntelliJ based IDEs 31.idea 32 33# Finder (MacOS) folder config 34.DS_Store 35 36# Bun lockfile - keep but binary cache 37bun.lockb