/ModularSlackBot-example-module-reminder

This is an example module that can be used as biolerplate for your own ModularSlackBot module

Primary LanguageGoMIT LicenseMIT

ModularSlackBot-example-module-reminder

This repo an additional example ModularSlackBot module

Where to start

  1. Install dependencies using Glide by running glide install
  2. First change the package name in example.go and example_test.go
  3. Change the file names to match the package name
  4. Add triggers
  5. You can add tests by copying and altering func ExampleHello() in the example_test.go file.
  6. To run tests call go test -v in commandline

Getting your module listed

If you've created a public module you can get it listed on this page. Just create an issue with the label module-listing and we'll add it as soon as possible.