22 lines
438 B
Markdown
22 lines
438 B
Markdown
# sci.script-tag
|
|
|
|
The [Small Clojure Interpreter](https://github.com/borkdude/sci) exposed for usage in script tags.
|
|
|
|
See [Github pages](https://borkdude.github.io/sci-script-tag) for usage.
|
|
|
|
## Dev
|
|
|
|
```
|
|
$ clojure -M:dev -m shadow.cljs.devtools.cli watch main
|
|
```
|
|
|
|
## Credits
|
|
|
|
Idea by Arne Brasseur a.k.a [plexus](https://github.com/plexus).
|
|
|
|
## License
|
|
|
|
Copyright © 2021 Michiel Borkent
|
|
|
|
Distributed under the EPL License. See LICENSE.
|