templates-parser

0.0.2 • Public • Published

GitHub Release Build Status

templates-parser

Модуль для разбора готовых html страниц на блоки для вёрстки (напр., для twig|django шаблонизаторов).

Инсталляция

  npm install templates-parser --save

Использование

    var templatesParser = require('templates-parser');
    templatesParser.run({
        configFile: 'parse_config.yaml',
        debugLevel: 5,
    });

Тестирование

   npm test

История изменений

2017.02.26, 03:38 -- Пробные тесты.

Readme

Keywords

Package Sidebar

Install

npm i templates-parser

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • lilliputten