@common-lang/clideprecated

Command line interface of common-lang

Usage no npm install needed!

<script type="module">
  import commonLangCli from 'https://cdn.skypack.dev/@common-lang/cli';
</script>

README

Common lang

Universal transpiler: Command line interface of common-lang

Common lang compiler or Common lang CLI aka clc

Setup

  • Install CLI: npm install -g @common-lang/cli
  • Add modules: npm install -g @common-lang/<module>
    • See core: Core components
  • Check: clc --version && clc modules

Usage

  • Transpile: clc transpile python ts/*.ts --in-root ts --root py
  • Parse: clc parse hello.ts --output hello.cl.json
  • Compile: clc compile python ./hello.cl.json
  • More infos: clc --help

License

Distributed under the MIT License. See LICENSE for more information.