Transform between different comment styles
npm install comments#comments [![Version Badge][npm-version-svg]][npm-url]
[![Build Status][travis-svg]][travis-url]
[![dependency status][deps-svg]][deps-url]
[![dev dependency status][dev-deps-svg]][dev-deps-url]
[![npm badge][npm-badge-png]][npm-url]
Transform comments in JS files between multiple styles - single-line, multi-line, both, and more to come!
``js`
npm install -g comments
comments --style multi --save file_with_single_line_comments.js
, and run npm test`[npm-url]: https://npmjs.org/package/comments
[npm-version-svg]: http://versionbadg.es/ljharb/node-comments.svg
[travis-svg]: https://travis-ci.org/ljharb/node-comments.svg
[travis-url]: https://travis-ci.org/ljharb/node-comments
[deps-svg]: https://david-dm.org/ljharb/node-comments.svg
[deps-url]: https://david-dm.org/ljharb/node-comments
[dev-deps-svg]: https://david-dm.org/ljharb/node-comments/dev-status.svg
[dev-deps-url]: https://david-dm.org/ljharb/node-comments#info=devDependencies
[npm-badge-png]: https://nodei.co/npm/comments.png?downloads=true&stars=true