xPack xpm v0.18.0 released
· 2 min read
Version 0.18.0 is a new release, it adds --all-configs to xpm run.
xpm is a Node.js CLI application to automate builds and to manage xPacks dependencies.
Install
xpm is a Node.js module that can be installed with npm
.
For the prerequisites, since it is recommended to use a version manager or to customize the npm install location, please read the Install page for more details.
To install the latest stable version available, use:
npm install --location=global xpm@latest
To install this specific version, use:
xpm install --location=global xpm@0.18.0
Changes
The 0.18.0 release is generally compatible with previous releases.
Bug fixes
- none
Enhancements
- to simplify running actions in all configurations, the
--all-configs
option was added toxpm run
Other changes
- none