ngs: add page (#7435)
This commit is contained in:

committed by
GitHub

parent
a0bb234f06
commit
aaaa69c651
16
pages/common/ngs.md
Normal file
16
pages/common/ngs.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# ngs
|
||||||
|
|
||||||
|
> Scripting language created specifically for Ops.
|
||||||
|
> More information: <https://github.com/ngs-lang/ngs>.
|
||||||
|
|
||||||
|
- Execute a code snippet:
|
||||||
|
|
||||||
|
`ngs -e "{{echo('ngs is executed')}}"`
|
||||||
|
|
||||||
|
- Execute a script:
|
||||||
|
|
||||||
|
`ngs {{path/to/script.ngs}}`
|
||||||
|
|
||||||
|
- Print the version:
|
||||||
|
|
||||||
|
`ngs --version`
|
Reference in New Issue
Block a user