https://github.com/jlevy/kash-docs
https://github.com/jlevy/kash-docs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlevy/kash-docs
- Owner: jlevy
- License: agpl-3.0
- Created: 2025-05-01T17:46:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-25T23:47:02.000Z (7 months ago)
- Last Synced: 2025-12-26T03:39:44.918Z (5 months ago)
- Language: Python
- Size: 4.47 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kash-docs
See the main [kash](https://github.com/jlevy/kash) repo for general instructions.
To run kash with the the docs kit features enabled, ensure you have uv set up then:
```shell
uv tool install kash-docs --upgrade --force
kash
```
Or for dev builds from within this git repo:
```shell
# Install all deps and run tests:
make
# Run kash with all docs kit features enabled:
uv run kash
```
* * *
*This project was built from
[simple-modern-uv](https://github.com/jlevy/simple-modern-uv).*