https://github.com/openvalidation/openvalidation-npm-cli
npm cli for openVALIDATION
https://github.com/openvalidation/openvalidation-npm-cli
Last synced: 15 days ago
JSON representation
npm cli for openVALIDATION
- Host: GitHub
- URL: https://github.com/openvalidation/openvalidation-npm-cli
- Owner: openvalidation
- License: mit
- Created: 2020-01-24T12:09:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:11:29.000Z (about 3 years ago)
- Last Synced: 2025-01-18T09:14:44.345Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/openvalidation
- Size: 26.5 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openVALIDATION-CLI for npm
[](https://badge.fury.io/js/openvalidation)
This package enables you to use openVALIDATION directly from the console.
Just run the following command and you can use the command `openvalidation` to use alle the features of the [openVALIDATION-cli](https://docs.openvalidation.io/openvalidation-cli).
```sh
npm install -g openvalidation
```
You can now compile your openvalidation code inside your console without installing the JAR.
## Example
``` sh
openvalidation -r "IF the Message EQUALS hello THEN Hello World" -s "{Message : \"Text\"}" -c en
```