shipward-cli
v0.0.1
Published
Name reservation — Shipward installs by git clone, see the repository
Maintainers
Readme
Shipward
This package is a name reservation. It does not install Shipward.
Shipward is a local kanban board for one developer and their coding agent, where a card only moves to done when a command you declared actually passes.
How to actually install it
git clone https://github.com/albertoclemente/shipward
node shipward/setup.mjs ~/code/your-project
node shipward/serve.mjs # open localhost:4747git clone is the supported install and the one the documentation describes.
There is deliberately no npm install yet: Shipward writes its own absolute path
into the repositories it onboards, which is correct under a clone and would rot
silently under a cache-backed install. That is tracked as SW-066 on the
project's own board, in the repository.
Node 20 or newer. Zero dependencies, no build step, no account.
Everything is at github.com/albertoclemente/shipward.
MIT.
