The IBM MobileFirst Platform Foundation Command Line Interface (CLI) is a tool for developing and managing MobileFirst applications targeting IBM MobileFirst Platform Foundation v8.0. While the CLI itself is still available on npm (latest `8.0.2022100206`), the underlying IBM MobileFirst Platform Foundation v8.0 product reached its end of support on September 30, 2021. This CLI provides command-line functionalities for tasks such as creating, building, and deploying applications within that specific platform ecosystem. Its key differentiator was deep integration with IBM's MobileFirst platform, offering workflows tailored to that product. Users should be aware of the deprecated status of the targeted platform when considering its use for new projects.
npm install mfpdev-cliVerified import paths — ran on the pinned version, not inferred.
Installs the MobileFirst CLI globally, displays its help menu, and demonstrates how to create a new project and register a web application within it.
For new projects, investigate migrating to IBM Mobile Foundation (often part of IBM Cloud Pak for Applications), which provides updated CLIs and capabilities, or consider alternative mobile development platforms.
Try installing with `npm install -g --no-optional mfpdev-cli` to skip optional dependencies that might rely on native compilation. Ensure Python 2.7 and Visual Studio Build Tools are installed if native compilation is required.
Install Python 2.7, Visual Studio Build Tools (or `windows-build-tools`), and then retry `npm install -g --no-optional mfpdev-cli`. Refer to `node-gyp` documentation for detailed setup.
Ensure you have successfully run `npm install -g mfpdev-cli`. Verify npm's global installation path is included in your system's PATH environment variable.
No dependency data recorded yet.