brace_switcher
v0.0.2
Published
gulp plugin to replace python style code with c style code
Readme
gulp plugin to replace python style code with c style code
usage
npm install --save brace_switcherconst brace_switcher = require('brace_switcher');
console.log(brace_switcher.replace('func(whatever):\n call()'));