@akasuv/akuma
v0.0.1
Published
😈 A dangerous untrustworthy code style adviser
Downloads
3
Readme
akuma
😈 A dangerous untrustworthy code style adviser
What Akuma does
Generate configurable comments on large lines function declarations.
Getting Started
npm install akuma
Commands
--write
generate comments on any function declaration exceeds configured line limitation in specific files.
akuma --write index.js
--line
set function declaration line limitation, default: 50
akuma --write index.js --line 100