Install and set up the HAIP CLI
Clone the Repository
Install Dependencies
bash npm install
Build the Project
bash npm run build
Verify Installation
bash node dist/index.js --help
You should see the HAIP CLI banner and
help information.@haip/cli
.haip/cli
in the
future.node dist/index.js --verbose
npm install
to ensure all dependencies are installednpx tsc --noEmit
to check for type errorsnpm test
to ensure everything is working