1.0.5 • Published 4 years ago
@julong/checker v1.0.5
title
This is a tool for code inspection, testing, and message submission.
Support the following files
- .jsx,.js,.ts,.tsx,.mjs,.cjs
- .css,.stylus,.styl,.scss,.sass
- .md
- .html
Table of Contents
Installation
# local
npm install --save-dev @julong/checker
# global
npm install -g @julong/checkerUsage
step1. setting git hook
npm install husky
npx husky add .husky/commit-msg 'npx jcheck commitlint'
npx husky add .husky/pre-commit 'npx jcheck default'step2. jcheck.config.js(Can be omitted)
// jcheck.config.js
module.exports = {
tsc: true,
test: true,
eslint: true,
stylelint: true,
markdownlint: true,
htmlhint: true,
};CLI Command
$ npx jcheck default- default
- all
- fix
- tsc
- test
- testCoverage
- testOnlyChange
- eslint
- eslintFix
- stylelint
- stylelintFix
- htmlhint
- markdownlint
- markdownlintFix
- commitlint
Maintainers
JuLong - jl917
Contributing
Anyone is welcome to participate in the maintenance and development of this project, and can also submit Issues and PR's
License
1.0.5
4 years ago
1.0.0-next.22
4 years ago
1.0.0-next.25
4 years ago
1.0.0-next.24
4 years ago
1.0.0-next.23
4 years ago
1.0.4
4 years ago
1.0.0-next.21
4 years ago
1.0.0-next.20
5 years ago
1.0.0-next.19
5 years ago
1.0.3
5 years ago
1.0.0-next.18
5 years ago
1.0.0-next.17
5 years ago
1.0.2
5 years ago
1.0.0-next.16
5 years ago
1.0.0-next.15
5 years ago
1.0.0-next.14
5 years ago
1.0.0-next.13
5 years ago
1.0.0-next.12
5 years ago
1.0.0-next.11
5 years ago
1.0.0-next.10
5 years ago
1.0.0-next.9
5 years ago
1.0.0-next.8
5 years ago
1.0.1
5 years ago
1.0.0-next.7
5 years ago
1.0.0-next.6
5 years ago
1.0.0-next.5
5 years ago
1.0.0-next.4
5 years ago
1.0.0-next.3
5 years ago
1.0.0-next.2
5 years ago
1.0.0-next.1
5 years ago
1.0.0
5 years ago