Registry / web-framework / generator-ozone-be

generator-ozone-be

JSON →
library1.0.51jsnpmunverified

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-be
INSTALL
IMPORT
SIG · GENERATOR-OZONE-BE
G
generator-ozone-be
web-frameworkjavascriptv1.0.51
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

generator-ozone-be
npm install -g generator-ozone-be
npm install generator-ozone-be (without -g)
The generator must be installed globally to be used with Yeoman.

Shows how to globally install Yeoman and the generator, scaffold a new Express.js app, and run tests.

npm install -g yo generator-ozone-be mkdir my-express-app cd my-express-app yo ozone-be # Follow prompts, then run: npm test npm start
yo --version
Debug
Known issues
gotchaGenerator must be installed globally (-g) to work with 'yo'. Installing locally will not make it available.
fix
npm install -g generator-ozone-be
affects: all
gotchaRequires Node.js and npm pre-installed. The generator relies on 'npm >= 4.0.0'.
fix
Ensure Node.js >= 6 (npm 4+) is installed.
affects: >=1.0.0
gotchaScaffolding may overwrite existing files in the target directory without warning.
fix
Always run in a fresh/new directory to avoid accidental overwrites.
affects: all
Errors
Common errors & fixes
'yo' is not recognized as an internal or external command
Yeoman (yo) not installed globally or not in PATH.
fix
Run 'npm install -g yo' and add npm global binary folder to your PATH.
You don't seem to have a generator with the name “ozone-be” installed.
Generator not installed globally or wrong name.
fix
Install generator globally: 'npm install -g generator-ozone-be'
Upgrade
Version history
1.0.51latest on npm
Audit
Dependencies
yeoman-generatorrequiredRequired to run this Yeoman generator; installed automatically when using 'yo'.
yooptionalYeoman CLI must be installed globally to invoke the generator.
Agent activity
2 hits · last 30 days
node
2
Resources
generator-ozone-be — npm install generator-ozone-be · libregistry