@jswork/next-nice-comments

1.0.11 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-nice-comments

Homepage

js.work

Weekly Downloads

23

Version

1.0.11

License

MIT

Unpacked Size

6.05 kB

Total Files

6

Last publish

Collaborators

  • afeiship