0.0.1 • Published 9 years ago

lins v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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