Template for first-party Extollo modules
src | ||
.drone.yml | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json |
_template
Template for first-party Extollo modules
Setup
-
Activate CI for the repo in Drone
- Add the
npm_password
,drone_token
,gitea_token
, andnotify_webhook_url
secrets to the repo for extollo bot.
- Add the
-
Edit the
.drone.yml
file to replacePACKAGE
with the module name. -
Update this readme!