Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 283 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 283 Bytes

halfSource

Release half of your source - every second line - as open-source! Simply pass your source- and target-dir.

var halfSource = require("./lib/index.js");

halfSource(path.resolve(__dirname, "../test/src"), path.resolve(__dirname,"../test/dest"));