comments 
Transform comments in JS files between multiple styles - single-line, multi-line, both, and more to come!
Example
npm install -g comments
comments --style multi --save file_with_single_line_comments.js
Tests
Simply clone the repo, npm install
, and run npm test