Add docs and workflow for dep

Also rename dep to publishing for consistency with existing names
This commit is contained in:
Gabriel Horner
2023-04-04 18:12:10 -04:00
committed by Tienson Qin
parent 5186070248
commit fef07fe812
28 changed files with 260 additions and 45 deletions

View File

@@ -18,7 +18,9 @@ CLIs.
## Usage
See `logseq.graph-parser.cli-test` for now. A real world example is coming soon.
See `logseq.graph-parser.cli-test` and [nbb-logseq example
scripts](https://github.com/logseq/nbb-logseq/tree/main/examples) for example
usage.
## Dev
@@ -34,11 +36,11 @@ To run linters and tests, you'll want to install yarn dependencies once:
yarn install
```
This step is not needed if you're just running the application.
This step is not needed if you're just running the frontend application.
### Testing
Since this file is compatible with cljs and nbb-logseq, tests are run against both languages.
Since this library is compatible with cljs and nbb-logseq, tests are run against both languages.
ClojureScript tests use https://github.com/Olical/cljs-test-runner. To run tests:
```