celo-org / celo-composer

celo-composer is a starter project with all code needed to build, deploy, and upgrade a dapps on Celo.
MIT License
116 stars 105 forks source link

[Feature]: options to select the language for development #192

Open jim4067 opened 1 year ago

jim4067 commented 1 year ago

Tell us about your idea

When you generate a new project with composer, it initializes the hardhat(tests and config) package with JavaScript and the frontend package with TypeScript.

I would love the option to be able to generate a project with the language I want to use, e.g generate the whole project to use TypeScript or JavaScript or mix and match using JS on the front end and TS on the contracts(tests).

Anything else?

No response

therealharpaljadeja commented 6 months ago

You willing to take this up?