12 Commits (3c8886105f0837662ed638e52ed93e537e6df787)

Author SHA1 Message Date
sloum 3c8886105f Initial commit of pluto-lang plp fork 2 years ago
Zac Garby 57014c9821 Remove various debug prints 6 years ago
Zac Garby 95462090ea Print completion message in cyan 6 years ago
Zac Garby 6592cf5aec Improve prompt
It will now keep asking for input until it's valid
6 years ago
Zac Garby cf3041ed2d Generate the package and apply the template 6 years ago
Zac Garby a2279925d3 Prompt for package options 6 years ago
Zac Garby 9fdfddf724 Implement List()
$ plp list
6 years ago
Zac Garby 092c7ed557 Implement Update(pkg) 6 years ago
Zac Garby e13a62872f Implement Remove(pkg)
Removes a package if it's installed, throws an error if it isn't
6 years ago
Zac Garby e142cdf07f Implement Install(pkg) function 6 years ago
Zac Garby d13e95db19 Add getPackages()
Parses packages.json and returns a map[string]string of the contained data.
6 years ago
Zac Garby a3cb43cbb4 Define downloadDirectory()
Downloads packages.json from the packages respository, saving it to $PLUTO/libraries/packages.json
6 years ago