deep-swig

0.5.5 • Public • Published

deep-swig

deep-swig provides deepjs styled client for swigjs (template engine) http://paularmstrong.github.io/swig/

Install

npm install deep-swig

or

bower install deep-swig

Usage

// example through deepLoad

require("deep-swig")();
require("deep-node/lib/rest/file/json")();
 
var obj = {
    template:"swig::./path/to/my/swig/template",
    context:{
        myData:"json::./path/to/datas.json",
        myTitle:"Hello world"
    }
};
 
deep.nodes(obj)
.deepLoad()
.done(function(obj){
    return obj.template(obj.context);
})
.log();

Readme

Keywords

Package Sidebar

Install

npm i deep-swig

Weekly Downloads

1

Version

0.5.5

License

none

Last publish

Collaborators

  • nomocas
  • philid