0.0.5 • Published 8 years ago
@jetbrains/hub-pub v0.0.5
Description
This package allows to upload a plugin to JetBrains Plugin Repository
How to use
The simplest way to use is install the latest version form npm:
npm install -g @jetbrains/hub-pubUsage
hub-pub publish <plugin directory or zip file> [<options>]| Options | Description |
|---|---|
| pluginId | is a numeric ID of the plugin, can be retrieved from the plugin repository URL. e.g. Scala plugin ID is 1347 |
| userName | is a plugin author username used to access the JetBrains Plugin Repository (JetBrains Account username or email). |
| password | is a plugin author password used to access the JetBrains Plugin Repository (JetBrains Account password). |
| channel | is a release channel the update is published to (empty channel means default Stable channel) (optional) |
hub-pub pack <plugin directory>| Options | Description |
|---|---|
| out | Generate the output into <file>. If not specified, the output goes in a file named <plugin directory name>.zip |
hub-pub version <plugin version>| Options | Description |
|---|---|
| prefix | Directory which contains a manifest.json file |