kulp-kit
v0.0.25
Published
Kulp Toolkit CLI is a command-line interface designed to streamline the development and management of plugins for Kulp.app. It offers functionalities such as user authentication, plugin creation, deployment, and more, leveraging a modern tech stack includ
Downloads
214
Readme
Kulp Toolkit CLI
Kulp Toolkit CLI is a command-line interface designed to streamline the development and management of plugins for Kulp.app. It offers functionalities such as user authentication, plugin creation, deployment, and more, leveraging a modern tech stack including Node.js, Commander, and Axios.
Installation
Install Kulp Toolkit CLI globally using npm:
npm install -g kulp-kit
Quick Start
To get started with Kulp Toolkit CLI, first log in using your Kulp.app credentials:
kulp login
Then, create a new plugin using the following command:
kulp create
To run your plugin:
kulp run
And finally, to deploy your plugin, use our magic command:
kulp deploy
Contributing
Contributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
License
Kulp Toolkit is MIT licensed.