https://github.com/niradler/policyer
Create a check system in an extendable way, create a provider to feed the checks with data, checks can be written in json or yml format.
https://github.com/niradler/policyer
Last synced: 9 months ago
JSON representation
Create a check system in an extendable way, create a provider to feed the checks with data, checks can be written in json or yml format.
- Host: GitHub
- URL: https://github.com/niradler/policyer
- Owner: niradler
- License: mit
- Created: 2021-03-20T19:40:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T22:46:22.000Z (over 3 years ago)
- Last Synced: 2025-09-02T04:20:00.190Z (10 months ago)
- Language: TypeScript
- Homepage: https://niradler.github.io/policyer
- Size: 926 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# policyer
Create a check system in an extendable way, create a provider to feed the checks with data, checks can be written in json or yml format.
## Documentation
- [Getting Started](https://github.com/niradler/policyer/blob/master/docs/GettingStarted.md)
- [Checks](https://github.com/niradler/policyer/blob/master/docs/Checks.md)
- [Cli](https://github.com/niradler/policyer/blob/master/docs/Cli.md)
- [Example Repo](https://github.com/niradler/policyer-todo)
- [Todo](https://github.com/niradler/policyer/blob/master/docs/Todo.md)
### policyer modules:
- [policyer-todo](https://github.com/niradler/policyer-todo)
- [policyer-http](https://github.com/niradler/policyer-http)