mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:15:32 +02:00
ngs: add page (#7435)
This commit is contained in:
parent
a0bb234f06
commit
aaaa69c651
1 changed files with 16 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue