rescript-lang / create-rescript-app

npm create rescript-app@latest
https://www.npmjs.com/package/create-rescript-app
56 stars 8 forks source link

Add an option to add files in the current directory instead of creating a new one #53

Open DZakh opened 7 months ago

DZakh commented 7 months ago

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 put everything in the current directory.