Storage Backends:
Formats:
parsing works on clj and cljs
Tests going to github need credential file: test/creds.edn
. There is is
a sample-creds.edn
to copy for convenience.
clj:
lein test
lein test :only pinkgorilla.notebook.new-notebook
If you want to run tests, but don't want to run tests that need creds, then
you can run lein test :no-creds
cljs:
npm install
lein test-js
For development purpose use:
lein convert /tmp/import-test.clj
clj code in /tmp/import-test.clj will be saved as a pink-gorilla notebook to /tmp/import-test.cljg
If you are a user, please use lein-pinkgorilla with the same syntax.
marginalia import makes problems with lein pinkgorilla. enabled only clj import for now. aot issue ??
Can you improve this documentation? These fine people already did:
awb99 & Andreas SteffanEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close