Installation
Requirements
- Node.js 20 or newer
git
Install
npm install --global @solaqua/skul
Local development install
git clone https://github.com/sjquant/skul
cd skul
pnpm install
pnpm run build
pnpm link --global
Verify
skul --help
Tooling note
skul is intended to run inside a Git repository because it writes project-scoped files and updates .git/info/exclude in the current clone.