html2hscript

parses html into hyperscript

  • 所有者: twilson63/html2hscript
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

html2hscript

Parse html to hyperscript library.

Build Status

Usage

var parser = require('html2hscript');
parser('<h1>Hello World</h1>', function(err, hscript) {
  console.log(hscript);
});

Install

npm install html2hscript

Test

npm test

Support

Submit Issue in Github

Contributions

Pull Requests are welcome

License

MIT

Thanks

https://www.npmjs.com/~unframework who wrote the parsing code.

https://www.npmjs.com/~dominictarr who wrote hyperscript.

主要指标

概览
名称与所有者twilson63/html2hscript
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证
所有者活动
创建于2015-02-10 06:23:36
推送于2016-02-11 20:56:39
最后一次提交2016-02-11 15:55:20
发布数12
最新版本名称v2.0.1 (发布于 2016-02-11 15:56:35)
第一版名称v1.0.1 (发布于 2015-02-10 01:33:59)
用户参与
星数171
关注者数9
派生数61
提交数38
已启用问题?
问题数10
打开的问题数7
拉请求数7
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?