New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@kkopite/cce

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kkopite/cce

软著源代码文件doc生成

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

@kkopite/cce

npm version npm downloads bundle JSDocs License

软著源代码文件doc生成

安装

npm i -g @kkopite/cce

使用

cd path/to/project

cce

配置

在你的项目根目录下,创建文件cce.config.js:

export default {
  // 每一个文档有几页
  page: 30,
  // 每一页有50行代码
  preLine: 50,
  // 输出的docx文件,软著都是要求前三十页和后三十页
  output: [
    './前30页代码.docx',
    './后30页代码.docx',
  ],
  // 可以添加的代码文件
  include: '**/*.{ts,tsx,js,jsx,vue}',
  // 要忽略的文件
  ignore: [
    '**/{node_modules,dist,build,test,.git,public,mock}/**',
    '**.config.*',
  ],
}

以上各个配置为默认值,可以自行修改,如只需要默认文件则可以不添加配置文件

License

MIT License © 2023-PRESENT kkopite

FAQs

Package last updated on 19 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts