0.1.7 • Published 3 years ago

xpack v0.1.7

Weekly downloads
54
License
MIT
Repository
github
Last release
3 years ago

npm (scoped) license

The xPack tools collection

A npm package with the xPack command line tools.

xPacks overview

xPacks are general purpose software C/C++ packages, intended to enhance code sharing and reusing during the development of C/C++ libraries and applications, much the same as npm modules do so nicely in the JavaScript ecosystem.

Purpose

This package does not provides any functionality in itself, it is mainly a convenient way to installs all tools in the xPack collection in a single command.

Prerequisites

If this is your first encounter with npm, you need to install the node.js JavScript run-time. The process is straighforward and does not polute the system locations significantly; just pick the current version, download the package suitable for your platform and install it as usual. The result is a binary program called node that can be used to execute JavaScript code from the terminal, and a link called npm, pointing to the npm-cli.js script, which is part of the node module that implements the npm functionality. On Windows, it is recommended to first install the Git for Windows package.

Easy install

The module is available as xpack from the public repository; with npm already available, installing xpack is quite easy:

$ sudo npm install xpack --global

On Windows, global packages are installed in the user home folder, and do not require sudo.

The module provides the xPack executables, which is the reason to install it globally.

The development repository is available from the GitHub xpack/xpack-js project.

To remove xmake, the command is similar:

$ sudo npm uninstall xmake --global

(On Windows sudo is not required`).

License

The original content is released under the MIT License, with all rights reserved to Liviu Ionescu.

Note

The xPack tools are currently under development. Functional versions will be available soon.

0.1.7

3 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago