generator-ozone-be is a Yeoman generator (v1.0.51, actively maintained) that scaffolds an Express.js application with Jest, linting (ESLint/Prettier), code coverage reporting, and pre-commit hooks (Husky/lint-staged). It enforces a structured project template for Node.js backends with built-in supertest for HTTP testing. Unlike other Express generators, it bundles testing and code quality tools by default in a single command. Designed for developers wanting a quick start with opinionated best practices, it requires Yeoman (yo) globally and runs via 'yo ozone-be'.
npm install generator-ozone-beNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to globally install Yeoman and the generator, scaffold a new Express.js app, and run tests.
npm install -g generator-ozone-be
Ensure Node.js >= 6 (npm 4+) is installed.
Always run in a fresh/new directory to avoid accidental overwrites.
Run 'npm install -g yo' and add npm global binary folder to your PATH.
Install generator globally: 'npm install -g generator-ozone-be'