@kamkom/awb
v0.1.0
Published
Agentic Workspace Bootstrapper CLI
Downloads
16
Readme
Agentic Workspace Bootstrapper (AWB)
Minimal CLI scaffold for the awb command.
Prerequisites
- Node.js >= 18
Install from npm
Install globally and run:
npm install -g @kamkom/awb
awb --helpOr run without installing:
npx @kamkom/awb --helpDevelopment
Install
npm installBuild
npm run buildTest
npm testLint / Format
npm run lint
npm run formatRun the CLI
node dist/index.js --help