π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 installHow 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:
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.
Requirements:
Last updated