create-rescript-app
create-rescript-app copied to clipboard
npm create rescript-app
# Current issue We are doing all our development inside _devcontainers_. This means that on bootstrapping a project there will always be a `.devcontainer` folder in the root of the...
fixes #87
Would be cool if we had some mechanism like `npm create rescript-app --upgrade` that guides users through the process of upgrading rescript. We already read the `package.json` here, why not...
It should probably directly create a `pnpm-lock.yaml` the same way as usage with bun creates a `bun.lockb`.
While yarn classic installation works, yarn 4 gives me this: ``` ➜ Desktop yarn create rescript-app ➤ YN0000: · Yarn 4.1.1 ➤ YN0000: ┌ Resolution step ➤ YN0085: │ +...