0.0.1 • Published 9 years ago
lins v0.0.1
lins
Overview
a node module for making changes to javascript code
code fo yo code
How to use
// somefile.js
//! some-block-name
//! end
// someotherfile.js
const lins = require('lins')
lins.append('somefile.js', 'some-block-name', 'console.log("hello")' ,callback)
API
lins.append({ blockName }, lines, callback)
0.0.1
9 years ago