Skip to content

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:

  1. Login to the CLI:
kjspkg login
# Follow the instructions displayed!
  1. Create a new project
kjspkg pkg init
# Answer the prompts displayed
  1. Publish!
kjspkg pkg publish
# Wait for it to complete!
Clone this wiki locally