don't know, don't care.
Warning
Work in progress.
curl -LsSf https://astral.sh/uv/install.sh | sh
Install dkdc
:
uv tool install dkdc
Use dkdc --help
for more information.
Enter a dev REPL connected to your datalake:
dkdc dev
Archive a directory to your datalake:
dkdc archive
Work in a virtual filesystem:
dkdc files
Clone the repository:
Warning
Install gh
.
gh repo clone lostmygithubaccount/dkdc
cd dkdc
Set up the development environment:
./bin/setup.sh
Run code checks:
./bin/check.sh
Run the development REPL:
uv run dkdc dev
Code is organized:
py/
: Python source coders/
: Rust source codego/
: Go source codebin/
: Repository utilitiestasks/
: Markdown tasksdotfiles/
: Dotfileswebsites/
: Static websites
See dkdc-links
for bookmarks in your terminal.