An open API service indexing awesome lists of open source software.

https://github.com/idkjs/bsconfig.json

Quickly create an opinionated bsconfig.json
https://github.com/idkjs/bsconfig.json

Last synced: 3 months ago
JSON representation

Quickly create an opinionated bsconfig.json

Awesome Lists containing this project

README

        

[![NPM version](https://img.shields.io/npm/v/bsconfig.json.svg?style=flat)](https://www.npmjs.com/package/bsconfig.json)
# bsconfig.json

```
npx bsconfig.json

? Pick the framework you're using:
❯ apollo
basic
generator
minimal
node
react-hooks
react-native
(Move up and down to reveal more choices)
```
![image](./npxbsconfig.png)
The options are the same ones as the `bsconfig.json` file you would have generated by running `bsb -init my-project -theme basic` plus a few other I got sick of writing out like for `reason-apollo-client` and `graphql-ppx` projects.

Also check out:

[resattributes](https://github.com/idkjs/resattributes)

[resgitignore](https://github.com/idkjs/resgitignore)

[mlxre](https://github.com/idkjs/mlxre)

[Share on Twitter...](https://twitter.com/share?text=Quickly+generate+a+bsconfig.json+file+for+reasonml+and+rescript+projects!+https://github.com/idkjs/bsconfig.json)

Inspired by [benawad/tsconfig.json](https://github.com/benawad/tsconfig.json)