Next.js Discord

Discord Forum

How can I contribute to create-next-app on GitHub?

Answered
Broken Nokia posted this in #help-forum
Open in Discord
I want to contribute to the create-next-app CLI tool. Can someone please point me in the right direction. Which language to use etc
Answered by B33fb0n3
Take a loook at their code: https://github.com/vercel/next.js/blob/canary/packages/create-next-app/create-app.ts#L26
It's written in common typescript. If you want to contribute, create a pull request and provide the file, that you want to change
View full answer

6 Replies

I wanted technical information on contributing, could you please point me to any resources that i can refer to in order to understand how the CLI tool works and is written
Answer
thank you