kpm.client
v1.0.5
Published
Knight Package Manager CLI
Downloads
2
Readme
KPM Client
KPM Client is a CLI written in TypeScript for the popular Roblox Framework Knight by RAMPAGE Interactive. You can use the KPM Client to install Knight packages such as Maid.
Install
See https://github.com/RAMPAGELLC/kpm.client/blob/main/INSTALL.md
Documentation
See https://github.com/RAMPAGELLC/kpm.client/blob/main/DOCUMENTATION.md
Additional Information
- Ensure you are running KPM within the Project Root!
- Ensure you have the necessary permissions to write to the directories where packages are being installed.
- The
manifest.lua
file will be created in the package directory after installation.
Disclaimer
The software is provided "as is," without any warranty of any kind. We are not responsible for any damages to your project or system caused by the use or misuse of this software. Use it at your own risk.
Dependacies:
figlet
; Used for KPM textcommander
; Used for CLI command parsingaxios
; Used for API requestsfs
; Used for installation/uninstallation of packages and getting manifestspath
; Used for installation/uninstallation of packages and getting manifestsunzipper
; Used for installation/uninstallation of packages and getting manifestschalk
; Used to spark up CLIprogress
; Progress bar for operationsopen
; Used to open URL in browser to publish packages and authenticateexpress
; Used for authentication callbackconfig
; Used to store configuration