Registry / serialization / fjas
library0.0.2-alpha.7jsnpmunverified

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 fjas
INSTALL
IMPORT
SIG · FJAS
F
fjas
serializationjavascriptv0.0.2-alpha.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main/default
Use CLI: fjas transpile file.fjas
const fjas = require('fjas')
FJAS is a CLI tool, not a library. No programmatic API is exported at this alpha stage.

Install FJAS globally, create a .fjas file with human-like syntax, transpile or run it via CLI.

// Install globally npm i -g fjas // Create hello.fjas with content: private initialize function hello start call object console function log with argument "Hello," and "World!". end call function hello. // Transpile to JS: fjas transpile hello.fjas -o hello.js // Or run directly: fjas run hello.fjas
fjas --version
Debug
Known issues
gotchaAlpha software with breaking changes between versions
fix
Pin exact version if using in pipelines.
affects: >=0.0.1
deprecatedNo programmatic API; only CLI usage is supported
fix
Use child_process to invoke CLI.
affects: >=0.0.2-alpha.0
Errors
Common errors & fixes
Error: Cannot find module 'fjas'
Installed locally but not globally.
fix
Install globally: npm i -g fjas
fjas: command not found
Global install path not in PATH.
fix
Ensure npm global bin directory is in PATH, or use npx fjas.
Upgrade
Version history
0.0.2-alpha.7latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fjas — npm install fjas · libregistry