Skip to content

tarotlwei/code_annotation_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code annotation detection

Incremental detection of code comments

How to use

Install

npm install -D code-annotation-detection

use

package.json

"husky": {
    "hooks": {
        "pre-commit": "cad -b -p 30 -m 30"
    }
}

options

see bin/cad.js

About

Incremental detection of code comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published