Command-line interface for the OneLang source-to-source transpiler framework, version 0.0.6. Provides a CLI tool to transpile code between languages using OneLang's transpilation engine. Released as an experimental alpha, with no fixed release cadence. Differentiates by offering a unified CLI frontend for the OneLang transpiler, which supports multiple language targets.
npm install onelang-cliNo compatibility data collected yet for this library.
Shows basic usage of the onelang CLI to transpile a file, with fallback on error.
Pin to exact version and test upgrades thoroughly.
Evaluate alternative transpilers if stability is required.
Use with caution and rely on CLI --help for available commands.
Install globally: npm install -g onelang-cli, or use npx onelang-cli.
Install the main OneLang package: npm install onelang
No dependency data recorded yet.