@flowscripter/example-host-application 1.0.0 → 1.0.1
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 +0 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
[](https://github.com/flowscripter/example-host-application/releases)
|
|
4
4
|
[](https://github.com/flowscripter/example-host-application/actions/workflows/release-bun-executable.yml)
|
|
5
5
|
[](https://codecov.io/gh/flowscripter/example-host-application)
|
|
6
|
-
[](https://flowscripter.github.io/example-host-application/index.html)
|
|
7
6
|
[](https://github.com/flowscripter/example-host-application/blob/main/LICENSE)
|
|
8
7
|
|
|
9
8
|
> Example host application executable for the
|
|
@@ -71,24 +70,12 @@ Lint:
|
|
|
71
70
|
|
|
72
71
|
`deno lint index.ts src/ tests/`
|
|
73
72
|
|
|
74
|
-
Generate HTML API Documentation:
|
|
75
|
-
|
|
76
|
-
`deno doc --html --name=example-host-application index.ts`
|
|
77
|
-
|
|
78
73
|
## Documentation
|
|
79
74
|
|
|
80
|
-
### Framework API
|
|
81
|
-
|
|
82
75
|
Refer to the
|
|
83
76
|
[dynamic-plugin-framework](https://github.com/flowscripter/dynamic-plugin-framework)
|
|
84
77
|
for an overview of what this example is demonstrating.
|
|
85
78
|
|
|
86
|
-
### API
|
|
87
|
-
|
|
88
|
-
Link to auto-generated API docs:
|
|
89
|
-
|
|
90
|
-
[API Documentation](https://flowscripter.github.io/example-host-application/index.html)
|
|
91
|
-
|
|
92
79
|
## License
|
|
93
80
|
|
|
94
81
|
MIT © Flowscripter
|