0.3.2 • Published 10 years ago

intercessor v0.3.2

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

Intercessor

Intercessor is a simple web framework based on Express. I created it so that I can write small convention over configuration apps for my web site (nechifor.net) but still have them run standalone. The apps are joined together with nechifor-site.

Examples

The basic example meant for cloning is intercessor-example. All other projects are listed in the Apps section of Nechifor Site.

Usage

An app must contain a intercessor.coffee to signal it is a Intercessor app.

The following files and dirs are recognized and processed.

NameDestinationAction
app/build/app/Compiled from CoffeeScript.
client/build/s/js/client.jsBrowserified with its requirements. Has to contain a index.coffee.
html/build/html/Copied and served from root.
gulpfile.jsgulp is executed. This is done first.
static/build/s/Copied.
styles/build/s/css/app.cssCompiled from Stylus. Has to contain a index.styl.
views/build/views/#{app.id}Copied.

Development

Rebuild it:

npm run preinstall

License

MIT

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

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.0

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago