-
-
Notifications
You must be signed in to change notification settings - Fork 0
Uploading a package
RedstoneWizard08 edited this page Nov 13, 2024
·
1 revision
There are a only few steps to get started uploading your own packages:
- Login to the CLI:
kjspkg login
# Follow the instructions displayed!
- Create a new project
kjspkg pkg init
# Answer the prompts displayed
- Publish!
kjspkg pkg publish
# Wait for it to complete!