0.2.3 • Published 10 years ago

edde v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 years ago

:?

status

beta

works with ed and ex

edde

“Ed is for those who can remember what they are working on.”

edde is a template language based on ed.

It will replace ed commands in a text file with its output.

Install

npm install -g eddy

API

var edde = require("./index.js");

var options = {
    start: /^(>>)(ed|ex)/,
    end: /__END__/,
    DEBUG: true,
    dir: "."
}

edde.compile("*edde.md", options);

Limitations

  • Don't use eds !cat "foo" commands along with range commands. You will get the wrong output.

  • use q

Use cases

  • Literate programming
  • Readme generation (this)
  • Blog + Code

See

man ed

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago