@flowscripter/template-bun-executable 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://github.com/flowscripter/template-bun-executable/blob/main/LICENSE)
|
|
8
8
|
|
|
9
9
|
> Project template for a cross-platform Bun executable with ffi native library
|
|
10
|
-
> and Bun library dependencies
|
|
10
|
+
> and Bun library dependencies.
|
|
11
11
|
|
|
12
12
|
## Template Usage
|
|
13
13
|
|
|
@@ -24,7 +24,7 @@ Add the module:
|
|
|
24
24
|
Use the module:
|
|
25
25
|
|
|
26
26
|
```typescript
|
|
27
|
-
import { world } from "@flowscripter/template-
|
|
27
|
+
import { world } from "@flowscripter/template-bun-executable";
|
|
28
28
|
|
|
29
29
|
world();
|
|
30
30
|
```
|
|
@@ -38,7 +38,7 @@ is included.
|
|
|
38
38
|
|
|
39
39
|
Via [Homebrew](https://brew.sh/):
|
|
40
40
|
|
|
41
|
-
`brew install flowscripter/tap/template-
|
|
41
|
+
`brew install flowscripter/tap/template-bun-executable`
|
|
42
42
|
|
|
43
43
|
#### Linux
|
|
44
44
|
|