Skip to Content
ContributingContributing

Contributing

Development

git clone https://github.com/zamdevio/urus.git cd urus npm install npm run build npm test

Run the CLI from source:

npm run dev -- --help # or node dist/cli/index.js --help

Project layout

  • src/cli/ — commands and prompts
  • src/core/ — registry, systemd, venv
  • src/utils/ — validation, logging, safe paths
  • tests/ — Vitest unit and integration tests

Pull requests

  • Keep changes focused; match existing style.
  • Run npm run build and npm test before submitting.

License: MIT (see package.json).