Package Exports
- insomnia-plugin-ulid-generator
 - insomnia-plugin-ulid-generator/main.js
 
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (insomnia-plugin-ulid-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Insomnia ULID Generator Plugin
Support me
This plugin for Insomnia provides a ULID (Universally Unique Lexicographically Sortable Identifier) generator, enabling users to generate ULIDs for use in API testing and development within the Insomnia REST Client.
Refer to the ULID spec for a more detailed ULID specification.
Installation
To install the plugin:
- Open Insomnia.
 - Navigate to "Preferences" > "Plugins".
 - Enter 
insomnia-plugin-ulid-generatorin the plugin name field. - Click "Install Plugin".
 
How to Use
After installing the plugin:
- Create or open an existing request in Insomnia.
 - In the request editor, add the 
ULIDtag where needed (e.g., in the URL, query parameters, headers, or request body). - The 
ULIDtag will automatically be replaced with a generated ULID upon sending the request. 
License
This Insomnia plugin is distributed under the Apache License. See LICENSE for details.