npx bsconfig.json
Alain

Alain @idkjs

Joined:
Mar 26, 2017

npx bsconfig.json

Publish Date: Nov 19 '20
17 3

bsconfig.json

I've been annoyed by writing or createing new bsconfig.json files for projects that may not have started out as reasonml or ocaml projects, especially when using reason-apollo-client and graphql-ppx projects. So, inspired by the greate @benawad who teaches at youtube/benawad97 and his tsconfig.json project, I created myself this utility. Check it out if you are like me and just want to remove the friction of creating a new bsconfig.json file.

Run npx bsconfig.json.

Alt Text

idkjs/bsconfig.json

Comments 3 total

  • Florian Hammerschmidt
    Florian HammerschmidtNov 19, 2020

    That's a great idea, very useful. Starred.

    Soon we will get monorepo support, where you will need yet another "root" bsconfig.json, it seems. Your tool could make that easier with another config named monorepo or workspaces or something.

    • Alain
      AlainNov 19, 2020

      Absolutely. Dead simple to reproduce for other configs. Thanks for star and retweet.

  • Gabriel Rubens Abreu
    Gabriel Rubens AbreuNov 19, 2020

    Great idea and amazing tool, Alain!

Add comment