How can I contribute to create-next-app on GitHub?
Answered
Broken Nokia posted this in #help-forum
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
It's written in common typescript. If you want to contribute, create a pull request and provide the file, that you want to change
6 Replies
@Broken Nokia 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
you mean this one? https://github.com/vercel/next.js/tree/canary/packages/create-next-app
If so, create a pull request here: https://github.com/vercel/next.js/pulls
If so, create a pull request here: https://github.com/vercel/next.js/pulls
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
@Broken Nokia 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
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
It's written in common typescript. If you want to contribute, create a pull request and provide the file, that you want to change
Answer
thank you