2.4.1 • Published 2 years ago

codemirror-infusion v2.4.1

Weekly downloads
8
License
(BSD-3-Clause OR ...
Repository
github
Last release
2 years ago

CodeMirror Infusion

A Fluid Infusion wrapper for the CodeMirror editor.

Running the demo

  1. Run npm install to install all of codemirror-infusion's dependencies.
  2. Open demo/demo.html in your browser.

Using it in your own project

CodeMirror-Infusion is available via the npm package manager.

Installing with npm (or yarn)

Include codemirror-infusion in your project's package.json file:

"dependencies": {
    "codemirror-infusion": "2.4.1"
}

In your project's root, run npm install to install your dependencies.

Running the Tests

codemirror-infusion includes a suite of WebDriver-based automated UI tests. To run them:

npm test
2.4.1

2 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.3

3 years ago

2.2.2

4 years ago

2.2.1

5 years ago

2.2.0

7 years ago

2.1.0

8 years ago

2.0.0

9 years ago