A novelty transpiler and CLI tool that converts Bhojpuri-language syntax into JavaScript. Version 1.5.0 provides a CLI runner for .bj files, translating desi keywords like 'kaha_bhauji' and 'batayi' into console.log and let respectively. It supports conditionals, loops, arrays, functions, and more. Differentiated by its humorous, cultural approach; not intended for serious production use. Release cadence is irregular, with occasional updates.
npm install bhauji-jsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates transpiling a Bhojpuri snippet with variable declaration and console output.
Test thoroughly and refer to the command table in the README.
Use standard JavaScript for serious projects.
Change 'import bhauji from...' to 'import { bhauji } from...'.Run 'npm install -g bhauji-js' or 'npm install bhauji-js'.
Ensure file extension is .bj and run via 'bhauji <file>.bj'.
Use 'import { run } from 'bhauji-js''.No dependency data recorded yet.