The official package manager of the Swirl programming language.
- A working NIM installation
- My utilities lib
- At least one brain cell
- clone (or download the zip and extract):
git clone https://github.com/SwirlLang/spm.git
- change directory:
cd spm
- compile:
nim release spm.nim
- get help:
./spm --help
- Getting help:
./spm --help
- Install packages:
./spm install PACKAGE_NAME1 PACKAGE_NAME2
- Uninstall packages :
./spm remove PACKAGE_NAME1 PACKAGE_NAME2
- Search for packages:
./spm search PACKAGE_NAME1 PACKAGE_NAME2
- Create a package:
./spm init
This software comes under the GPLv3 and later license. See license.md for more info.
Software comes as is, without any warrantee.