xpm

Install and manage xPack project dependencies from command line.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

The xPack project manager command line tool

Commands

xpm

Examples

install all project dependencies$ xpm install
create a new xpack project$ xpm init
add a package to current project$ xpm install --save @xpack/hello
run build or test scripts defined in project$ xpm run build
list installed packages and versions$ xpm list