I just wanted to spend a moment announcing a new CLI tool I was inspired to make after giving a talk on building Twitch Extensions at the Live Coders Conference.
Meet create-twitch-ext
, a project generator inspired by tools like create-react-app
or other yeomen
tools. The idea is simple, run a single command generate your extension project using a select number of templates.
Right now there is only one template at first release, the Vanilla JavaScript
template, but I hope to add more that I have built or working with the community.
To get started just run:
npx create-twitch-ext <project-name>
# or
npm init twitch-ext <project-name>
Answer the prompts and your good to go!
Want to contribute a template to the project? Create a Pull Request or contact me on Twitter @Talk2MeGooseman
Top comments (0)