CLI tool to quickly scaffold a Node.js project with linter, transpiler, and npm scripts. Version 1.0.5 sets up package.json via npm-init, installs dev dependencies (ESLint, Rollup, Rimraf), and configures npm scripts. Designed for rapid prototyping, it reduces setup time but has limited customization. Last updated in 2021 with no recent releases; development roadmap incomplete. Alternative to create-react-app or similar boilerplates but focused on universal JS projects.
npm install latest-devNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scaffolds a new Node.js project with ESLint, Rollup, and Rimraf dev dependencies, and sets up npm scripts.
Provide a default package.json template or use npm init -y internally.
Update the package to use latest versions or allow user selection.
Manually update dependencies after scaffolding.
Install globally: npm install -g latest-dev, or use npx latest-dev.
No dependency data recorded yet.