Skip to content
/ spm Public

A script package manager for UNIX-like Operating Systems.

License

Notifications You must be signed in to change notification settings

xcomfy/spm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The script package manager

Install and run scripts the easy way!

Script package manager feature checklist

  • Ability to download the package
  • Ability to delete the package
  • Ability to update the package
  • Ability to run the package

Requirements:

Installation:

Build it and add it to your $PATH

swiftc main.swift -o spm
sudo mv spm /usr/local/bin

Usage:

Help command:

spm i help

Install hacks:

spm i <scriptname>

Run hacks:

spm r <scriptname>

Delete hacks:

spm d <scriptname>

Update hacks:

spm u <scriptname>

About

A script package manager for UNIX-like Operating Systems.

Topics

Resources

License

Stars

Watchers

Forks

Languages