dusk
dusk copied to clipboard
A package manager for @DynamicSquid's Language Night.
Dusk
This is the package manager for The Night Programming language. This provides a seamless interface for configuring and managing packages.
Features
Here are the current features:
dusk addinstalls the package(s) of your choice, just list them after the command.dusk deldeletes the package(s) provided.dusk updupdates the package(s) provided.dusk infgets information about the given package(s) from the server.dusk lslists all installed packages.- IN ALPHA
dusk findfinds packages containing the given parameters
Getting Started
Dusk is already distributed through Night. You can find installation instructions at the Night Website.
You can also install Dusk from source if you'd wish. Here's how:
Installing from Source
-
Install the Golang compiler, using the instructions at the official Golang website
-
Clone this repo with:
git clone https://github.com/firefish111/dusk.gitor using the GitHub CLI:gh repo clone firefish111/dusk -
Enter the source folder:
cd dusk -
Compile dusk using
go build dusk.go
And that's it!