Registry / devops / boi-my-transpiler

boi-my-transpiler

JSON →
library0.0.12jsnpmunverified

Transpile Boi configuration files into Webpack configurations and dependencies. Version 0.0.12, experimental. Part of the Boi ecosystem for building webpack configs from higher-level Boi schemas. No stable release cadence; appears abandoned since 2018. Not recommended for new projects.

npm install boi-my-transpiler
INSTALL
IMPORT
SIG · BOI-MY-TRANSPILER
B
boi-my-transpiler
devopsjavascriptv0.0.12
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.

default
import transpile from 'boi-my-transpiler'
const transpile = require('boi-my-transpiler').default
ESM default export; CJS require may work if package has a default export shim, but not guaranteed.

Shows basic usage of transpile function to convert Boi config to Webpack config.

import transpile from 'boi-my-transpiler'; const boiConfig = { entry: './src/index.js', output: { path: './dist', filename: 'bundle.js' } }; const webpackConfig = transpile(boiConfig); console.log(webpackConfig); // Example output shows Webpack configuration object // Note: This package is unmaintained; use at own risk.
boi --version
Debug
Known issues
gotchaPackage is unmaintained since 2018. No updates for compatibility with modern Webpack versions (4/5). May produce invalid configurations.
fix
Consider alternatives like webpack-cli or custom webpack configs.
affects: >=0.0.12
breakingTranspiled output may rely on Webpack 3 APIs, not compatible with Webpack 4+ without manual adjustments.
fix
Manually update the produced webpack config to match your Webpack version.
affects: >=0.0.12
Upgrade
Version history
0.0.12latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
boi-my-transpiler — npm install boi-my-transpiler · libregistry