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_urlsecrets to the repo for extollo bot.
- Add the
-
Edit the
.drone.ymlfile to replacePACKAGEwith the module name. -
Update this readme!