Build nice comments.
npm install -S @jswork/next-nice-comments
import '@jswork/next-nice-comments';
const comments = [
'name: next-nice-comments',
'description: Just a lite',
'licence: MIT'
];
// list, type:
nx.niceComments(comments,'js');
nx.niceComments(comments,'css');
nx.niceComments(comments,'html');
nx.niceComments(comments,'raw');
/*!
* name: next-nice-comments
* description: Build nice comments.
* licence: MIT
*/
<!--!
* name: next-nice-comments
* description: Build nice comments.
* licence: MIT
-->
Code released under the MIT license.