Skip to content

dab/html2bl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Html2Bl

Tiny little script for getting blocks dirs from HTML file with redefinition levels.

var params = { levels: ['common.blocks', 'project.blocks'], htmlSrc: 'index.html'
},
    getFileNames = require('html2bl').getFileNames(params);

getFileNames.then(function(files) {
    // your logic here
})
.done()

About

Getting blocks from html. Based on filestructure and redefinition levels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published