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
Copy file name to clipboardExpand all lines: bare-reference/overview.md
+3-30
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ npm i -g bare-runtime
16
16
bare [-e, --eval <script>] [-p, --print <script>] [<filename>]
17
17
```
18
18
19
-
The specified `<script>` or `<filename>` is run using `Module.load()`. For more information on the module system and the supported formats, see [Bare Module](https://github.com/holepunchto/bare-module).
19
+
The specified `<script>` or `<filename>` is run using `Module.load()`. For more information on the module system and the supported formats, see [Bare Modules](./bare-modules.md).
20
20
21
21
## Architecture
22
22
@@ -33,35 +33,8 @@ Find the Bare API specs [here](./api.md).
33
33
34
34
### Modules
35
35
36
-
Bare provides no standard library beyond the core JavaScript API available through the `Bare` namespace. Instead, there is a comprehensive collection of external modules built specifically for Bare:
37
-
38
-
Modules |
39
-
:--- |
40
-
<https://github.com/holepunchto/bare-abort>
41
-
<https://github.com/holepunchto/bare-assert>
42
-
<https://github.com/holepunchto/bare-atomics>
43
-
<https://github.com/holepunchto/bare-buffer>
44
-
<https://github.com/holepunchto/bare-bundle>
45
-
<https://github.com/holepunchto/bare-channel>
46
-
<https://github.com/holepunchto/bare-console>
47
-
<https://github.com/holepunchto/bare-env>
48
-
<https://github.com/holepunchto/bare-events>
49
-
<https://github.com/holepunchto/bare-fs>
50
-
<https://github.com/holepunchto/bare-hrtime>
51
-
<https://github.com/holepunchto/bare-http1>
52
-
<https://github.com/holepunchto/bare-inspect>
53
-
<https://github.com/holepunchto/bare-module>
54
-
<https://github.com/holepunchto/bare-os>
55
-
<https://github.com/holepunchto/bare-path>
56
-
<https://github.com/holepunchto/bare-pipe>
57
-
<https://github.com/holepunchto/bare-process>
58
-
<https://github.com/holepunchto/bare-readline>
59
-
<https://github.com/holepunchto/bare-repl>
60
-
<https://github.com/holepunchto/bare-signals>
61
-
<https://github.com/holepunchto/bare-subprocess>
62
-
<https://github.com/holepunchto/bare-timers>
63
-
<https://github.com/holepunchto/bare-tty>
64
-
<https://github.com/holepunchto/bare-url>
36
+
Bare provides no standard library beyond the core JavaScript API available through the `Bare` namespace. Instead, there is a comprehensive collection of external modules built specifically for Bare, see [Bare Modules](./bare-modules.md#external-modules-for-bare)
0 commit comments