···11+MIT License
22+33+Copyright (c) 2026 Steve Simkins
44+55+Permission is hereby granted, free of charge, to any person obtaining a copy
66+of this software and associated documentation files (the "Software"), to deal
77+in the Software without restriction, including without limitation the rights
88+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99+copies of the Software, and to permit persons to whom the Software is
1010+furnished to do so, subject to the following conditions:
1111+1212+The above copyright notice and this permission notice shall be included in all
1313+copies or substantial portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121+SOFTWARE.
+60-5
README.md
···11-# at-publisher
11+# Sequoia
22+33+
44+55+A CLI for publishing [Standard.site](https://standard.site) documents to the [AT Protocol](https://atproto.com).
66+77+> [!NOTE]
88+> [Visit the docs for more info](https://sequoia.pub)
99+1010+## Quickstart
1111+1212+Install the CLI
1313+1414+```bash
1515+pnpm i -g sequoia-cli
1616+```
1717+1818+Authorize
1919+2020+```bash
2121+sequoia auth
2222+```
2323+2424+Initialize in your blog repo
2525+2626+```bash
2727+sequoia init
2828+```
2929+3030+Publish your posts
3131+3232+```bash
3333+sequoia publish
3434+```
23533-To install dependencies:
3636+Inject link tags for verification (optional)
3737+3838+```bash
3939+sequoia inject
4040+```
4141+4242+[Full documentation](https://sequoia.pub)
4343+4444+## Local Development
4545+4646+Make sure [Bun](https://bun.com) is installed
4747+4848+Clone the git repo and install dependencies
449550```bash
5151+git clone git@tangled.org:stevedylan.dev/sequoia
5252+cd sequoia
653bun install
754```
85599-To run:
5656+Move into `packages/cli` and build/test
10571158```bash
1212-bun run index.ts
5959+cd packages/cli
6060+bun dev
1361```
14621515-This project was created using `bun init` in bun v1.3.5. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
6363+## License
6464+6565+MIT
6666+6767+## Contact
6868+6969+[ATProto](https://pds.ls/at://stevedylan.dev)
7070+[Email](mailto:contact@stavedylan.dev)
+68-1
packages/cli/README.md
···11# Sequoia
2233-A CLI for publishing [Standard.site](https://standard.site) documents to the [AT Protocol](https://atproto.com).
33+
44+55+A CLI for publishing [Standard.site](https://standard.site) documents to the [AT Protocol](https://atproto.com).
66+77+> [!NOTE]
88+> [Visit the docs for more info](https://sequoia.pub)
99+1010+## Quickstart
1111+1212+Install the CLI
1313+1414+```bash
1515+pnpm i -g sequoia-cli
1616+```
1717+1818+Authorize
1919+2020+```bash
2121+sequoia auth
2222+```
2323+2424+Initialize in your blog repo
2525+2626+```bash
2727+sequoia init
2828+```
2929+3030+Publish your posts
3131+3232+```bash
3333+sequoia publish
3434+```
3535+3636+Inject link tags for verification (optional)
3737+3838+```bash
3939+sequoia inject
4040+```
4141+4242+[Full documentation](https://sequoia.pub)
4343+4444+## Local Development
4545+4646+Make sure [Bun](https://bun.com) is installed
4747+4848+Clone the git repo and install dependencies
4949+5050+```bash
5151+git clone git@tangled.org:stevedylan.dev/sequoia
5252+cd sequoia
5353+bun install
5454+```
5555+5656+Move into `packages/cli` and build/test
5757+5858+```bash
5959+cd packages/cli
6060+bun dev
6161+```
6262+6363+## License
6464+6565+MIT
6666+6767+## Contact
6868+6969+[ATProto](https://pds.ls/at://stevedylan.dev)
7070+[Email](mailto:contact@stavedylan.dev)