@akasuv/akuma

😈 A dangerous untrustworthy code style adviser

Usage no npm install needed!

<script type="module">
  import akasuvAkuma from 'https://cdn.skypack.dev/@akasuv/akuma';
</script>

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