gitbook-plugin-clojurescript
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -6,7 +6,6 @@ module.exports = { | ||
"jqconsole.min.js", | ||
//"repl-jqconsole.js" | ||
"runrepl.js" | ||
], | ||
css: [ | ||
"jqconsole.css" | ||
"jqconsole.min.css" | ||
], | ||
@@ -13,0 +12,0 @@ html: { |
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"engines": { | ||
@@ -8,0 +8,0 @@ "gitbook": "*" |
@@ -1,6 +0,20 @@ | ||
GitBook Plugin For ClojureScript | ||
Clojure REPL - GitBook Plugin | ||
============== | ||
This is Gitbook Plugin for ClojureScript. | ||
This is a Gitbook Plugin that allows you to embed a Clojure REPL right in your Gitbook! | ||
![img](shot.png) | ||
The plugin stands on the shoulders of two awesome open-source projects - | ||
- [jqConsole](https://github.com/replit/jq-console): A jquery plugin for embedding a terminal | ||
- [TryClojure](http://www.tryclj.com/): The backend app powering the REPL. | ||
### Dependancies | ||
To make this work, you need a running Clojure app in the backend to which the REPL will send code via Ajax and get back evaluated result. | ||
To make this easy, just fork the [Try Clojure](https://github.com/Raynes/tryclojure) project and host it on Heroku. The plugin can then be customized to use your custom heroku app. | ||
Note: You will need to customize the Try Clojure noir app so that it can accept cross-domain requests. | ||
### Usage | ||
@@ -7,0 +21,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
192130
13
24
0
378