0.0.5 • Published 6 years ago

@jetbrains/hub-pub v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 years ago

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-pub

Usage

hub-pub publish <plugin directory or zip file> [<options>]
OptionsDescription
pluginIdis a numeric ID of the plugin, can be retrieved from the plugin repository URL. e.g. Scala plugin ID is 1347
userNameis a plugin author username used to access the JetBrains Plugin Repository (JetBrains Account username or email).
passwordis a plugin author password used to access the JetBrains Plugin Repository (JetBrains Account password).
channelis a release channel the update is published to (empty channel means default Stable channel) (optional)
hub-pub pack <plugin directory>
OptionsDescription
outGenerate the output into <file>. If not specified, the output goes in a file named <plugin directory name>.zip
hub-pub version <plugin version>
OptionsDescription
prefixDirectory which contains a manifest.json file
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago