create-rescript-app
create-rescript-app copied to clipboard
npm create rescript-app

I've cloned an empty project from github, containing only readme and licence. Running `npm init rescript-app` created a nested directory. In this case I'd like to have an option to...
This could be a neat thing - configure gentype automatically whenever adding to an existing project with TS already installed. We could: - Detect the config needed for `"module"` and...
Currently (as of v1.4.0) providing these two: * Basic: https://github.com/rescript-lang/rescript-project-template.git * Next.js: https://github.com/ryyppy/rescript-nextjs-template.git What other templates could/should we provide (while not going overboard with this and still keeping things minimalistic)?...
Seems that the export command was not tested with the NextJS template. `The "next export" command has been removed in favor of "output: export" in next.config.js. Learn more: https://nextjs.org/docs/advanced-features/static-html-export` This...
I'd propose to streamline the experience by running a single command to start the Vite dev server. I've added a simple plugin that will start the ReScript process as part...
Curious, I would assume this is no runtime dependency, so why is rescript not considered as devDependencies?
It would be great to have a template for creating a library in ReScript (both for usage from ReScript projects and for usage from JS projects).
Nothing bad just a little confusing for a newcomer in https://github.com/rescript-lang/create-rescript-app/blob/master/templates/rescript-template-basic/README.md Does Rescript generate a Commonjs module here? Because the file extension is 'mjs' So you have to change this...