Registry / devops / onelang-cli

onelang-cli

JSON →
library0.0.6jsnpmunverified

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-cli
INSTALL
IMPORT
SIG · ONELANG-CLI
O
onelang-cli
devopsjavascriptv0.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Shows basic usage of the onelang CLI to transpile a file, with fallback on error.

onelang transpile --input source.ts --output source.js --target typescript || echo 'Check OneLang installation and target support'
onelang --version
Debug
Known issues
gotchaPackage is in early alpha (v0.0.6); APIs may break without notice.
fix
Pin to exact version and test upgrades thoroughly.
affects: >=0.0.0
deprecatedNo known stable releases; consider the project's current state before using in production.
fix
Evaluate alternative transpilers if stability is required.
affects: >=0.0.0
gotchaPackage has no unit tests or documented usage examples beyond CLI help.
fix
Use with caution and rely on CLI --help for available commands.
affects: >=0.0.0
Errors
Common errors & fixes
onelang: command not found
Binary not installed globally or PATH not configured.
fix
Install globally: npm install -g onelang-cli, or use npx onelang-cli.
Error: Cannot find module 'onelang'
Required core OneLang transpiler package is not installed.
fix
Install the main OneLang package: npm install onelang
Upgrade
Version history
0.0.6latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
onelang-cli — npm install onelang-cli · libregistry