Skip to main content

ezpkgm

Made by Pynx ; A JavaScript package manager.

General Information

ezpkgm, made by Pynx, is a JavaScript/node.js package manager.

It simplifies the process of managing dependencies for your JavaScript projects.

With ezpkgm, you can easily install packages using a straightforward command-line interface.

The tool is lightweight, fast, and designed to work seamlessly with modern JavaScript workflows.

For more details, visit the GitHub repository.


Installation

First, download and extract the ZIP:

Download

It is required that you install Node.js. You can download it from the official Node.js website.

Once Node.js is installed, open a terminal and navigate to the extracted folder.

Then, install the dependencies by running:

Terminal
npm install

ezpkgm can install packages via the following command (available ones are listed on the config.json):

Terminal
node ezpkgm.js <package>