-
-
Notifications
You must be signed in to change notification settings - Fork 29
script to add a package to integration #302
Copy link
Copy link
Open
Labels
Description
Feature Request
| Q | A |
|---|---|
| New Feature | yes |
| RFC | no |
| BC Break | no |
Summary
@gsteel ideea
Should we create a quick PHP script for users to add an entry in integration json file
- clone repo
- then
php bin/add-integation.php {name} {url} {keywords} - the script could sort alphabetically
- then
file_put_contents(json_encoede($stuff, JSON_PRETTY_PRINT))
so stuff is easier to find when you need to delete it.
Reactions are currently unavailable