rescript-logger
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "rescript-logger", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Logging implementation for ReScript", | ||
@@ -5,0 +5,0 @@ "author": "Alex Fedoseev <alex@fedoseev.mx>", |
@@ -424,2 +424,29 @@ # rescript-logger | ||
### Devbox flow | ||
Clone repo and either enter the Devbox shell: | ||
``` | ||
devbox shell | ||
``` | ||
Or use [`direnv`](https://direnv.net/) and create `.envrc` file in the root directory of the project by running: | ||
``` | ||
devbox generate direnv --print-envrc | ||
``` | ||
Then install deps: | ||
```shell | ||
yarn install | ||
``` | ||
Build loggers and ppx: | ||
```shell | ||
devbox run build | ||
cd lib && yarn run build | ||
cd ../examples && yarn run build | ||
``` | ||
### Esy flow | ||
@@ -426,0 +453,0 @@ Clone repo and install deps: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
66178998
17
501
5