0.0.1-dev.0 • Published 12 months ago

for v0.0.1-dev.0

Weekly downloads
110
License
ISC
Repository
github
Last release
12 months ago

jade-env

jade in client runtimejs with Cortex module

Install

$ cortex install jade-env --save

Usage

var jade_env = require('jade-env');

Class: jade_env(options)

new jade_env({
	name: 'Hulk'
});
  • options Object description of options - name String description of options.name

Creates a new jade-env instance.

<method-name>(foo, bar, bee, boo)

  • foo String='foo' description of foo
  • bar Boolean= description of bar
  • bee Object [] indicates that it is an optional parameter
    • abc Buffer a property of bee, i.e. bee.abc
  • boo function(arg1, arg2) what is the method used for

Event: '<event-name>'

  • e Object the first parameter of the callback

jade-env.<method-name>(arguments)