UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

19 lines (18 loc) 365 B
{ "name": "buffer-shims", "version": "1.0.0", "description": "some shims for node buffers", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "files": ["index.js"], "license": "MIT", "devDependencies": { "tape": "^4.5.1" }, "repository": { "type": "git", "url": "git@github.com:calvinmetcalf/buffer-shims.git" } }