Template for first-party Extollo modules
Go to file Use this template
2021-03-31 03:38:00 +00:00
src Add 'src/.gitkeep' 2021-03-25 13:59:21 +00:00
.drone.yml Add '.drone.yml' 2021-03-31 03:36:07 +00:00
.gitignore Update '.gitignore' 2021-03-25 13:59:49 +00:00
LICENSE Update 'LICENSE' 2021-03-25 13:58:33 +00:00
package.json Update 'package.json' 2021-03-31 03:36:52 +00:00
README.md Update 'README.md' 2021-03-31 03:38:00 +00:00
tsconfig.json Add 'tsconfig.json' 2021-03-25 14:00:13 +00:00

_template

Template for first-party Extollo modules

Setup

  • Activate CI for the repo in Drone

    • Add the npm_password, drone_token, gitea_token, and notify_webhook_url secrets to the repo for extollo bot.
  • Edit the .drone.yml file to replace PACKAGE with the module name.

  • Update this readme!