https://github.com/alvarogarcia7/xml-validator-kotlinscript
https://github.com/alvarogarcia7/xml-validator-kotlinscript
demo gradle idea kotlin-script kotlinscript sandbox script scripting
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarogarcia7/xml-validator-kotlinscript
- Owner: alvarogarcia7
- Created: 2020-04-27T21:14:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T07:24:29.000Z (about 5 years ago)
- Last Synced: 2025-01-10T22:49:19.080Z (5 months ago)
- Topics: demo, gradle, idea, kotlin-script, kotlinscript, sandbox, script, scripting
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlinscript demo
Run kotlinscript
## Running it
### Execute the script
On my system:
```bash
./validate-xml.kt mutation.xml
```### Edit it
```bash
kscript --idea validate-xml.kt
```(Remember to import the project in Idea)
## Links
* [Kscript: homepage](https://github.com/holgerbrandl/kscript)