Converts multiline text into a JavaScript multiline string. This includes both concatenated string in ECMA5, template literal in ECMA6 and a JSON Array.
Used Babel for converting JS to ECMA5
Used clipboard.js for handling copying to clipboard
Used Browserify for building JavaScript
Used Mocha for unit testing code