Contributing
Development
git clone https://github.com/zamdevio/urus.git
cd urus
npm install
npm run build
npm testRun the CLI from source:
npm run dev -- --help
# or
node dist/cli/index.js --helpProject layout
src/cli/— commands and promptssrc/core/— registry, systemd, venvsrc/utils/— validation, logging, safe pathstests/— Vitest unit and integration tests
Pull requests
- Keep changes focused; match existing style.
- Run
npm run buildandnpm testbefore submitting.
License: MIT (see package.json).