@kopanowebapp/create-webapp-plugin
v1.0.2
Published
A module to bootstrap plugin development for Kopano WebApp
Downloads
1
Readme
@kopanowebapp/create-webapp-plugin
This tool can be used to bootstrap development of a plugin for the Kopano WebApp. It will create a basic setup of source files. Additionally it will install @kopanowebapp/eslint-config and @kopanowebapp/gulpfile-plugin
Installation
Note: This documentation assumes that you have created a package.json file in your plugin's root directory, and that you have node and npm installed
Install this package in your plugin by running the following command in your plugin's root folder:
npm install --save-dev @kopanowebapp/create-webapp-plugin
After installing the package, you should run
npx create-webapp-plugin init
You will be prompted for some information about your plugin and after that your plugin will be setup. See @kopanowebapp/gulpfile-plugin for information on building your plugin.