You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> yarn add <%=locals.scope?`@${scope}/${name}`: name %>
12
+
```
13
+
14
+
**OR**
15
+
16
+
```console
17
+
> npm install --save <%=locals.scope?`@${scope}/${name}`: name %>
18
+
```
19
+
20
+
Then, add `<%=locals.scope?`@${scope}/${name}`: name %>` in your `bsconfig.json`:
21
+
```diff
22
+
-- "bs-dependencies": [],
23
+
++ "bs-dependencies": [<%=locals.scope?`@${scope}/${name}`: name %>],
24
+
```
25
+
26
+
## Usage
27
+
28
+
```rescript
29
+
30
+
```
31
+
32
+
Or you can check this [**Example: <%=h.testModuleName(name) %>**](https://github.com/ri7nz/rescript-libs/tree/main/examples/dev/<%=h.testModuleName(name) %>.res).
0 commit comments