0.1.0 • Published 5 years ago

@orfeo/orfeo-cli v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Orfeo-cli

Orfeo on the command line.

http://orfeo.org

Node Repository

https://www.npmjs.com/package/@orfeo/orfeo-cli

Installation

npm install -g @orfeo/orfeo-cli

Usage

CallDescription
orfeo -hprints a help file
orfeo -vprints version, copyright, and license
orfeo -e '(a b c)'prints compiled inline code
orfeo -e '(a b c)' -ppretty prints compiled inline code
orfeo -p -e '(a b c)'pretty prints compiled inline code
orfeo file.orfeoprints a compiled program file
orfeo file.orfeo -ppretty prints a compiled program file
orfeo -p file.orfeopretty prints a compiled program file
orfeo -e '(a b c)' > file.timelinesaves compilation to file
orfeo file.orfeo > file.timelinesaves compilation to file
Exit CodeMeaning
0success
1error

Tests

CommandDescription
npm run standardxstandardx linting

Copyright

Copyright (c) 2019-2020, Pierre-Emmanuel Lévesque

License

MIT