Jump to content

Draft:xPack Project Manager

From Wikipedia, the free encyclopedia
  • Comment: Fails WP:GNG - GitHub is not an acceptable or reliable source. Dan arndt (talk) 08:42, 27 March 2024 (UTC)

xpm
Original author(s)Liviu Ionescu (ilg)
Initial release18 April 2017; 7 years ago (2017-04-18).[1]
Written inJavaScript
PlatformCross-platform
TypePackage manager
LicenseMIT
Websitexpack.github.io/xpm/

The xPack Project Manager (xpm) is an open source tool to automate builds and manage dependencies for language neutral, multi-version projects, inspired by npm.

It allows to:

  • install source and binary packages
  • manage multiple build configurations
  • execute (multi-)command line actions
  • manage properties and perform complex substitutions, using the LiquidJS[2] engine

xpm complements npm and shares the same public packages repository (npmjs.com).

The open source project is hosted on GitHub as xpack/xpm-js[3].

It is part of the xPack Project[4].

It can be installed via npm from npmjs.com[5]

References[edit]

  1. ^ "Earliest releases of xpm". GitHub. Retrieved 25 March 2024.
  2. ^ "LiquidJS - A simple, expressive and safe template engine". Retrieved 25 March 2024.
  3. ^ "xpack/xpm-js". GitHub. Retrieved 25 March 2024.
  4. ^ "The xPack Project". GitHub. Retrieved 25 March 2024.
  5. ^ "The xpm package". GitHub. 10 March 2024. Retrieved 25 March 2024.

Category:Free package management systems