An assortment of handy nbb CLIs.
- nodejs >= 16.3.1 and npm
- nbb >= 0.1.0 globally installed -
npm install nbb -g
For more up to date logseq clis see https://github.com/cldwalker/logseq-clis
For mldoc scripts, see clis/mldoc.
Code is organized under the following directories:
src/
- Reusable cljs code used across scripts. Can be used as a gitlib.clis/
- Contains a set of directories, each directory containing a package.json. A directory may contain multiple scripts as they share the same dependencies e.g.clis/mldoc/
.test/
- Tests for scripts
- See nbb's examples which has a lot of great scripts to explore
- See https://github.com/cldwalker/bb-clis for the bb equivalent to this
This repository is licensed under LICENSE.md except for mldoc.cljs.