dustjs

Asynchronous Javascript templating for the browser and server

  • 所有者: linkedin/dustjs
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Dust.js Build Status Sauce Test Status

Asynchronous Javascript templating for the browser and server. This fork is maintained by LinkedIn.

Install

NPM

Important: We recommend that you lock your version of Dust to a specific minor version, instead of a major version. By default, NPM will add "dustjs-linkedin": "^2.x.y" to your package.json, which will install new minor versions automatically.

npm install --save --production dustjs-linkedin
# If you want the dustc compiler available globally
npm install --global --production dustjs-linkedin

If you want to add the Dust helpers or secure filters:

npm install --save --production dustjs-helpers
npm install --save --production dustjs-filters-secure

Bower

bower install --save dustjs-linkedin

Get Started

  • Read dustjs.com for guides, tutorials, and documentation.
  • Check out the examples/ directory in the repo for simple examples to help you get started using Dust in a variety of ways.

Contribute

  • The team provides support on Stack Overflow, so that's the best place to ask questions.
  • Bug or feature? We welcome issues and pull requests! If you'd like to submit a PR, check out the guide to contributing. PRs should include unit tests.

主要指标

概览
名称与所有者linkedin/dustjs
主编程语言JavaScript
编程语言JavaScript (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2012-03-23 22:20:39
推送于2023-10-24 12:07:03
最后一次提交2023-07-12 10:09:07
发布数55
最新版本名称v3.0.1 (发布于 )
第一版名称v1.0.0 (发布于 2012-07-04 12:11:05)
用户参与
星数2.9k
关注者数130
派生数474
提交数0.9k
已启用问题?
问题数456
打开的问题数77
拉请求数240
打开的拉请求数6
关闭的拉请求数111
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?