pantoninho/file-interpolator

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitignore
.npmignore
.travis.yml
LICENSE.md
README.md
examples/files/layout.hbs
examples/files/partial.hbs
examples/output.hbs
package.json
.eslintrc.js26
examples/index.js17
index.js4
src/file-interpolator.js51
A
1 hr
src/match-finder.js52
src/stream/index.js10
src/stream/input/file.js53
src/stream/input/index.js9
src/stream/input/string.js18
src/stream/interpolator.js14
src/stream/output/file.js59
src/stream/output/index.js9
src/stream/output/string.js6
src/stream/utils.js26