0.1.0 • Published 5 years ago
@orfeo/orfeo-cli v0.1.0
Orfeo-cli
Orfeo on the command line.
Node Repository
https://www.npmjs.com/package/@orfeo/orfeo-cli
Installation
npm install -g @orfeo/orfeo-cli
Usage
Call | Description |
---|---|
orfeo -h | prints a help file |
orfeo -v | prints version, copyright, and license |
orfeo -e '(a b c)' | prints compiled inline code |
orfeo -e '(a b c)' -p | pretty prints compiled inline code |
orfeo -p -e '(a b c)' | pretty prints compiled inline code |
orfeo file.orfeo | prints a compiled program file |
orfeo file.orfeo -p | pretty prints a compiled program file |
orfeo -p file.orfeo | pretty prints a compiled program file |
orfeo -e '(a b c)' > file.timeline | saves compilation to file |
orfeo file.orfeo > file.timeline | saves compilation to file |
Exit Code | Meaning |
---|---|
0 | success |
1 | error |
Tests
Command | Description |
---|---|
npm run standardx | standardx linting |
Copyright
Copyright (c) 2019-2020, Pierre-Emmanuel Lévesque
License
MIT
0.1.0
5 years ago