Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borkdude/sci-birch
tree CLI using sci, ported from lambdaisland's birch
https://github.com/borkdude/sci-birch
cli clojure clojurescript interpreter nodejs
Last synced: 12 days ago
JSON representation
tree CLI using sci, ported from lambdaisland's birch
- Host: GitHub
- URL: https://github.com/borkdude/sci-birch
- Owner: borkdude
- Created: 2019-10-10T11:41:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T20:48:21.000Z (almost 5 years ago)
- Last Synced: 2024-10-05T00:41:33.858Z (about 1 month ago)
- Topics: cli, clojure, clojurescript, interpreter, nodejs
- Language: Clojure
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sci-birch
The tree CLI on NodeJS using the [Small Clojure Interpreter](https://github.com/borkdude/sci). Ported from [lambdaisland](https://github.com/lambdaisland)'s [birch](https://github.com/lambdaisland/birch).
## Why this port?
I wanted to examine the usability of [sci](https://github.com/borkdude/sci) on NodeJS.
## Install
First clone this repo. Then run `npm install`.
## Run
node main.js [ ]
Example:
``` shellsession
$ node main.js node_modules
node_modules
└── @borkdude
└── sci
├── README.md
├── package.json
└── sci.js
```## License
Copyright © 2019 Michiel Borkent
Distributed under the Eclipse Public License 1.0.