0.0.3 • Published 8 years ago

@marcdiethelm/kuma v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Kuma webdev cli tool

Installation

Recommended: install in project dependencies (instead of globally) to avoid version conflicts.

npm i --D @marcdiethelm/kuma

And then create specific npm run scripts in your package.json for the desired functionality.

  "scripts": {
    "strings-collect": "kuma strings collect -v",
    "strings-spread": "kuma strings spread -v"
  }

Alternatively you may install kuma as a global cli tool of course. And just use the tool on the command line.

npm i -g @marcdiethelm/kuma

Help

kuma --help