Ruslan Bundler

raw JSON →
0.1.5 verified Sat Apr 25 auth: no javascript deprecated

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.

error Command 'ruslan-bundler' not found
cause Package not installed globally or locally.
fix
Install as dev dependency: npm install --save-dev ruslan-bundler
deprecated Package is unmaintained, no updates since 2023. Consider using Rollup or esbuild directly.
fix Replace with direct Rollup configuration.
npm install ruslan-bundler
yarn add ruslan-bundler
pnpm add ruslan-bundler

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

{
  "scripts": {
    "build": "ruslan-bundler build"
  }
}