如何从命令行使用swig-extras

时间:2014-12-23 11:11:39

标签: swig-template

我已经通过npm包管理器安装了swig-extras,因为我需要新的过滤器。

我正在使用命令行界面

编译我的模板
$ swig render ./index.html -j ./index.json

我尝试实现截断过滤器,但我不知道如何更改命令以实现swig-extras过滤器。

1 个答案:

答案 0 :(得分:0)

我再次回答自己

  

C:\ Users \ [用户名] \ AppData \ Roaming \ npm \ node_modules \ swig \ bin \ swig.js

你必须添加两行

extras = require('../../swig-extras');
extras.useFilter(swig, 'truncate');

var swig =