Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitbook-plugin-clojurescript

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-clojurescript - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

shot.png

3

index.js

@@ -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 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc