An open API service indexing awesome lists of open source software.

https://github.com/loft-sh/jspolicy-sdk


https://github.com/loft-sh/jspolicy-sdk

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          



### **[Website](https://www.jspolicy.com)** • **[Documentation](https://www.jspolicy.com/docs/why-jspolicy)** • **[Blog](https://loft.sh/blog)** • **[Twitter](https://twitter.com/loft_sh)** • **[Slack](https://slack.loft.sh/)**

![Latest Release](https://img.shields.io/github/v/release/loft-sh/vcluster?style=for-the-badge&label=Latest%20Release&color=%23007ec6)
![License: Apache-2.0](https://img.shields.io/github/license/loft-sh/vcluster?style=for-the-badge&color=%23007ec6)

## Install Dev Tools
```bash
npm install
```

## Compile Policies
```bash
npm run compile
```

## Compile + Watch Mode
```bash
npm run watch
```

## Compile + Watch Mode + `kubectl apply`
```bash
npm run watch-apply
```

## Run Jest Tests
```bash
npm run test
```