Enhance Code Security and Manageability
Simplify your development process and elevate code quality with ease.
$ pnpx sec5
[SEC5 INFO] No comments found.
[SEC5 INFO] CHANGELOG.md and package.json version match.
[SEC5 INFO] Codes are formatted correctly with Prettier
[SEC5 INFO] Codes are writed correctly for rules with eslint
Why
Built-in optimization
Read files chunk by chunk for perfect DX and faster performance
Version comparing
Compare versions between package.json and changelog
// TODO
Comment checking
Check comments in code to avoid unnecessary bugs
{
}
Prettier
Check your code's style with Prettier for more clean code
function(name, description) {
Eslint
Check your code with Eslint for better code quality