Full-featured CLI tool for scaffolding and packaging Node library modules compliant with both Node.js and browsers. At version 2.17.8, it integrates Rollup for bundling, Gulp for task automation, Babel for transpilation, and supports multiple test frameworks (Mocha, Jest, Jasmine, Karma) and style preprocessors (PostCSS, LESS, SASS, Stylus). Differentiates itself by enforcing best practices and providing a unified workflow for file-watching, live-reloading, transpilation, bundling, and unit testing with coverage. Ships TypeScript types, supports React, Handlebars, and JSdom. Release cadence appears irregular; no major releases recently.
npm install packer-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates scaffolding a new Node library project with Packer CLI using default template, Babel transpiler, Jest testing, and SASS CSS.
Use Packer CLI only for greenfield projects or ensure your existing build tools do not interfere.
After scaffolding, replace TSLint with ESLint using the @typescript-eslint parser.
Use Unix-like environment (WSL) or ensure your project paths use forward slashes.
Install locally: npm install --save-dev packer-cli, then use npx packer
Use npm instead of pnpm for Packer CLI managed projects.
Ensure a valid gulpfile.js exists in the project root.
No dependency data recorded yet.