insomnia-plugin-template-simple
v1.0.1
Published
Simple Insomnia REST Client plugin template, built for create-insomnia-plugin
Downloads
8
Readme
insomnia-plugin-template-simple
Template for simple Insomnia REST Client plugin, bootstrap this template for your next plugin using npx create-insomnia-plugin <package-name> --simple
Installation
From Insomnia Plugin Hub
- Navigate to https://insomnia.rest/plugins/insomnia-plugin-
- Click Install Plugin
- Click Open
- Once opened, click Install
From the Insomnia App
- Go to Application > Preferences or click the cog icon (⚙️)
- Navigate to the Plugins tab
- Enter
insomnia-plugin-
- Click Install
Manual Install
- Using a terminal,
cd
into your Insomnia plugins folder - See Insomnia Docs - Run
git clone https://github.com/user/insomnia-plugin-
- Run
cd insomnia-plugin-
Usage
Describe how to use your plugin here, see create-insomnia-plugin/README.md to learn more about using create-insomnia-plugin.
Enable / Disable Plugin
It's generally a good idea to allow users to easily enable/disable your plugin if it uses actions or hooks, as opposed to relying on the Insomnia steps below.
Using Insomnia Plugins Settings
- Go to Application > Preferences or click the cog icon (⚙️)
- Navigate to the Plugins tab
- Toggle off this plugin
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as needed.
License
Boostrapped using create-insomnia-plugin