@jswork/next-nice-comments

Build nice comments.

Usage no npm install needed!

<script type="module">
  import jsworkNextNiceComments from 'https://cdn.skypack.dev/@jswork/next-nice-comments';
</script>

README

next-nice-comments

Build nice comments.

version license size download

installation

npm install -S @jswork/next-nice-comments

usage

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
--> 

license

Code released under the MIT license.