FJAS (Friendly JavaScript Alternative Syntax) is a programming language transpiler that converts a human-readable, verbose syntax into JavaScript. Current version 0.0.2-alpha.7 is experimental and not stable. Release cadence is irregular as it is in early alpha. Key differentiators include a highly English-like syntax intended for learning or fun, with a CLI for transpiling and running .fjas files. However, it is alpha software, lacks documentation, and should not be used in production.
npm install fjasNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install FJAS globally, create a .fjas file with human-like syntax, transpile or run it via CLI.
Pin exact version if using in pipelines.
Use child_process to invoke CLI.
Install globally: npm i -g fjas
Ensure npm global bin directory is in PATH, or use npx fjas.
No dependency data recorded yet.