@marcdiethelm/kuma

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @marcdiethelm/kuma

Weekly Downloads

2

Version

0.0.3

License

ISC

Last publish

Collaborators

  • marcdiethelm