DEV Community

Cover image for create-twitch-ext - A CLI Tool to Create Twitch Extensions
Erik Guzman
Erik Guzman

Posted on • Edited on

2 1

create-twitch-ext - A CLI Tool to Create Twitch Extensions

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

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay