πŸ”ŒPlugin

Pear Apps plugin will be a keet application extension built using the holepunch libraries to manage the p2p network. This extension will have functionality that can be added to your keet app.

Summary:

πŸπŸ“±πŸŒπŸ“¦πŸ”’

Install:

Clone and install dependencies:

git clone https://bitbucket.org/pointsville-beta/pear-plugin-vscode/src/master/
cd pear-plugin-vscode
nvm use 19
npm install

How to run the extension.

  • Once npm installs all the dependencies press f5.

  • A new vscode window will open.

  • Press CTRL+Shift+P.

  • Search "Pear Plugin" and press enter

Source code:

Downloadarrow-up-right

Steps to create your own plugin:

Install the yo and generator-code dependencies:

Create the basic extension code using yo:

Create your own logic:

  • Open vscode and open the folder that was generated in the previous step inside vscode.

  • Open extension.js file.

  • Edit the extension.js file to implement your own logic.

circle-info

Extension documentation: herearrow-up-right

Requirements:

Last updated