tech

0.1.0 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i tech

Weekly Downloads

6

Version

0.1.0

License

MIT

Last publish

Collaborators

  • elrrrrrrr