cldwalker / nbb-clis

Nbb CLIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

An assortment of handy nbb CLIs.

Prerequisites

  • nodejs >= 16.3.1 and npm
  • nbb >= 0.1.0 globally installed - npm install nbb -g

Usage

For more up to date logseq clis see https://github.com/cldwalker/logseq-clis

For mldoc scripts, see clis/mldoc.

Development

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

Additional Links

License

This repository is licensed under LICENSE.md except for mldoc.cljs.

About

Nbb CLIs

License:MIT License


Languages

Language:Clojure 90.5%Language:Shell 9.5%