/parham

The Parham package manager, a package manager for Pashmak programming language

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

Parham
Logo by Mehan

Parham package manager

Parham is a package manager for Pashmak programming language.

With this package manager, you can manage libraries and for Pashmak projects and install/remove/update... them.

This project is licensed under the GPL-v3.

Get started

To run the Parham, enter this command:

$ pashmak src/parham/parham.pashm
# OR
$ ./src/parham/parham.pashm

Installation

To install Parham on your system, run:

$ pashmak src/parham/parham.pashm install f:. --global

Now you can run Parham:

$ pashmak @parham ...
# OR on UNIX systems
$ parham ...

For updating the Parham, run:

$ parham install gh:pashmaklang/parham -g

Documentation

Read the full documentation here.