Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

SwirlLang/spm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPM

The official package manager of the Swirl programming language.

Compiling

Requirement

Process

  1. clone (or download the zip and extract): git clone https://github.com/SwirlLang/spm.git
  2. change directory: cd spm
  3. compile: nim release spm.nim
  4. get help: ./spm --help

Usage

  • 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

License

This software comes under the GPLv3 and later license. See license.md for more info.

Warning

Software comes as is, without any warrantee.

About

The Swirl package manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages