@orfeo/orfeo-cli

Orfeo on the command line.


Keywords
Orfeo, DSL, programming, language, compiler, music, Timeline, CLI
License
MIT
Install
npm install @orfeo/orfeo-cli@0.1.0

Documentation

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

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