CLI tool for developing Zoho Extension widgets.
npm install zoho-extension-toolkitIt is a CLI tool to help developer's build client side widgets (marketplace extensions) & test them locally without uploading the extensions to marketplace.
Refer this link for installing Node.js platform.Once Node is installed, verify it by running the following command.
``sh
$ node -v
$ npm -v
`
Run the following command to install the zet cli node package.
`sh
$ npm install -g zoho-extension-toolkit
`
Run the following command to check if the installation is successful.
`sh
$ zet // Will show help information about the 'zet' command
``
init - View and select the Zoho service for your extension
run - Start the server on your local machine
package - Create a zip file of all widget source files
validate - Check and validate all widget source file
| Option | Description |
| ------------- |:-----------------------: |
| -h, --help | Output usage information |
| -v, --version | View version number |