0.1.0 • Published 3 years ago

@common-lang/cli v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

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.