|
1 月之前 | |
---|---|---|
.. | ||
.carve | 1 年之前 | |
.clj-kondo | 1 年之前 | |
script | 4 月之前 | |
src | 1 月之前 | |
test | 1 月之前 | |
.gitignore | 1 年之前 | |
README.md | 2 年之前 | |
bb.edn | 11 月之前 | |
deps.edn | 3 月之前 | |
nbb.edn | 4 月之前 | |
package.json | 2 月之前 | |
yarn.lock | 2 月之前 |
This library provides outliner operation related functionality. This library is compatible with ClojureScript and with node/nbb-logseq to respectively provide frontend and commandline functionality.
This library is under the parent namespace logseq.outliner
. This library
provides two main namespaces: logseq.outliner.datascript-report
and logseq.outliner.pipeline
.
See the frontend for cljs usage.
This follows the practices that the Logseq frontend follows. Most of the same linters are used, with configurations that are specific to this library. See this library's CI file for linting examples.
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 frontend application.
Testing is done with nbb-logseq and nbb-test-runner. Some basic usage:
# Run all tests
$ yarn test
# List available options
$ yarn test -H
# Run tests with :focus metadata flag
$ yarn test -i focus