Registry / devops / ruslan-bundler

ruslan-bundler

JSON →
library0.1.5jsnpmunverified

Minimal build tool wrapping Rollup for simple bundling of JavaScript projects. Current version 0.1.5, no regular release schedule. Differentiated by a single build command (ruslan-bundler build) that outputs to 'dist'. Suitable for small projects but lacks customization, documentation, and active maintenance.

npm install ruslan-bundler
INSTALL
IMPORT
SIG · RUSLAN-BUNDLER
R
ruslan-bundler
devopsjavascriptv0.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Configure package.json script to invoke the bundler build command.

{ "scripts": { "build": "ruslan-bundler build" } }
ruslan-bundler --version
Debug
Known issues
deprecatedPackage is unmaintained, no updates since 2023. Consider using Rollup or esbuild directly.
fix
Replace with direct Rollup configuration.
affects: >=0.0.0
Errors
Common errors & fixes
Command 'ruslan-bundler' not found
Package not installed globally or locally.
fix
Install as dev dependency: npm install --save-dev ruslan-bundler
Upgrade
Version history
0.1.5latest on npm
Audit
Dependencies
rolluprequiredCore bundling engine
Agent activity
4 hits · last 30 days
node
4
Resources
ruslan-bundler — npm install ruslan-bundler · libregistry