UNPKG

237 Btext/coffeescriptView Raw
1# Description:
2# Entry point for Tango Card highfive script
3Fs = require 'fs'
4Path = require 'path'
5
6module.exports = (robot) ->
7 path = Path.resolve __dirname, 'src'
8 robot.loadFile path, file for file in Fs.readdirSync(path)