Provides the `build` command for Yahoo's Mojito CLI tool, used with the Mojito web application framework. This package is a plugin for `mojito-cli` and is part of the Mojito ecosystem. Version 0.0.1 is an early release. It requires Node.js >0.8 and npm >1.1. The package is currently work-in-progress and has limited documentation. It is specific to the Mojito framework, which is no longer actively maintained.
npm install mojito-cli-buildNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to programmatically add the build command to a Mojito CLI instance and execute it.
Migrate to a supported web framework.
Ensure mojito-cli is installed alongside.
Pin exact version and monitor changes.
Use older Node/npm versions or consider alternatives.
npm install mojito-cli
Ensure createBuildCommand() returns a valid command object.
Use import syntax or enable ESM in your project.