Template for first-party Extollo modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Garrett Mills 6d63d6d383
Add 'src/index.ts'
3 years ago
src Add 'src/index.ts' 3 years ago
.drone.yml Add '.drone.yml' 3 years ago
.gitignore Update '.gitignore' 3 years ago
LICENSE Update 'LICENSE' 3 years ago
README.md Update 'README.md' 3 years ago
package.json Update 'package.json' 3 years ago
tsconfig.json Add 'tsconfig.json' 3 years ago

README.md

_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!