UNPKG

twitch-toolkit

Version:

A set of tools to integrate with Twitch API, Twitch Chat and Twitch WebHooks.

12 lines (8 loc) 108 B
SHELL := /bin/bash test: @./test/run.js release: git push git push --tags npm publish . .PHONY: test