Skip to content
CLI tools

webpack-nexus

A CRA-like CLI that scaffolds my personal projects on top of the webpack stack I've been refining for years.

Created Last commit
  • cli
  • webpack
  • scaffolding
  • javascript
  • generator

webpack-nexus

webpack-nexus is a create-react-app-style CLI I use to spin up personal projects with the webpack setup I already have dialed in — TypeScript, Babel, hot reload, production presets, and the quality-of-life plugins I always end up reconfiguring by hand.

I built it because every time I started a new project I'd copy the webpack.config.js from the previous one, try to remember which loaders I'd added, which scripts I'd dropped into package.json. Repeated enough times, that drudgery turned into a CLI that just absorbs the cognitive load.

For full usage and options, see the README on GitHub.