https://github.com/wyze/conditional_bisect
Modifies bsconfig.json to add settings for bisect_ppx.
https://github.com/wyze/conditional_bisect
Last synced: 2 months ago
JSON representation
Modifies bsconfig.json to add settings for bisect_ppx.
- Host: GitHub
- URL: https://github.com/wyze/conditional_bisect
- Owner: wyze
- License: mit
- Created: 2020-04-16T01:26:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T05:54:43.000Z (over 2 years ago)
- Last Synced: 2024-06-14T21:09:09.845Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# conditional_bisect · [![Build Status][actions-image]][actions-url]
> Modifies `bsconfig.json` to add settings for [bisect_ppx](//github.com/aantron/bisect_ppx).
## Usage
```sh
$ deno --allow-read --allow-write mod.ts
```## Development
```sh
$ git clone https://github.com/wyze/conditional_bisect.git
$ cd conditional_bisect
```## Test
```sh
$ deno test -A
```## Change Log
> [Full Change Log](changelog.md)
### [v1.0.1](https://github.com/wyze/conditional_bisect/releases/tag/v1.0.1) (2020-04-16)
* Lock std to v0.40 ([@wyze](https://github.com/wyze) in [4823521](https://github.com/wyze/conditional_bisect/commit/4823521))
## License
MIT © [Neil Kistner](https://neilkistner.com)
[actions-image]: https://img.shields.io/github/workflow/status/wyze/conditional_bisect/CI.svg?style=flat-square
[actions-url]: https://github.com/wyze/conditional_bisect/actions