0.0.1 ā€¢ Published 3 years ago

@akasuv/akuma v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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