mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
Add docs and workflow for dep
Also rename dep to publishing for consistency with existing names
This commit is contained in:
committed by
Tienson Qin
parent
5186070248
commit
fef07fe812
8
deps/graph-parser/README.md
vendored
8
deps/graph-parser/README.md
vendored
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user