clean-comments

1.0.3 • Public • Published

clean-comments

To remove comments for js/css/c/c++ and more

用于清除类c语言的注释

安装 Install

npm i clean-comments -S

使用 Usage

const cleanComments = require('clean-comments');

cleanComments(code, options);
const { readFileSync } = require('fs');
const cleanComments = require('clean-comments');

const code = readFileSync('./file.js', 'utf-8');

const cleanedCode = cleanComments(code);

配置项 Options

  • onlyBlock
    • Only remove the block comments
    • type : boolean
  • onlyLine
    • Only remove the line comments
    • type : boolean

/clean-comments/

    Package Sidebar

    Install

    npm i clean-comments

    Weekly Downloads

    2

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    4.64 kB

    Total Files

    7

    Last publish

    Collaborators

    • nisal