kubenav / kubenav-plugin

Capacitor plugin for the kubenav app.

Home Page:https://kubenav.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubenav Plugin

The kubenav Plugin is used within the kubenav app. It contains the native parts for the kubenav app, using JavaScript for the web implementation and the bindings from the bind repository.

Development

Create a directory kubenav and clone the kubenav-plugin and kubenav repository:

mkdir kubenav
cd kubenav

git clone git@github.com:kubenav/kubenav-plugin.git
git clone git@github.com:kubenav/kubenav.git

Build the package using:

npm run build

To use your local changes from the kubenav-plugin in the kubenav app change the following line in the package.json file:

  "dependencies": {
-    "@kubenav/kubenav-plugin": "1.0.0",
+    "@kubenav/kubenav-plugin": "file:../kubenav-plugin",
  }

Then run the following commands in the clones kubenav repository:

npm install
npx cap sync

Now you are ready to test your changes in the kubenav app.

About

Capacitor plugin for the kubenav app.

https://kubenav.io

License:MIT License


Languages

Language:Java 24.9%Language:Swift 24.4%Language:Objective-C 23.2%Language:TypeScript 17.6%Language:Makefile 4.3%Language:Ruby 3.6%Language:C 1.1%Language:JavaScript 1.0%