0.0.1 ⢠Published 5 years ago
@akasuv/akuma v0.0.1
akuma
š A dangerous untrustworthy code style adviser
What Akuma does
Generate configurable comments on large lines function declarations.
Getting Started
npm install akumaCommands
--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 1000.0.1
5 years ago