Logo by Mehan
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.
To run the Parham, enter this command:
$ pashmak src/parham/parham.pashm
# OR
$ ./src/parham/parham.pashm
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
Read the full documentation here.