https://github.com/loft-sh/jspolicy-sdk
https://github.com/loft-sh/jspolicy-sdk
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loft-sh/jspolicy-sdk
- Owner: loft-sh
- Created: 2021-05-05T22:49:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T19:46:46.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T01:15:02.427Z (9 months ago)
- Language: TypeScript
- Size: 1.7 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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/)**


## 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
```