/jspolicy-sdk

Primary LanguageTypeScript


Latest Release License: Apache-2.0

Install Dev Tools

npm install

Compile Policies

npm run compile

Compile + Watch Mode

npm run watch

Compile + Watch Mode + kubectl apply

npm run watch-apply

Run Jest Tests

npm run test