@dellamina/tomcat-notify

1.3.1 • Public • Published

tomcat-notify

This is a simple package to reduce general Tomcat output to only what you care about.

Its behavior is based on some rules ./src/Rules.js, from color logging in console to desktop notification.

All your configurations are stored in the config file ~/config/configstore/@dellamina/tomcat-notify/config.json .

Installation

You can install this package with npm install -g and then you can run tomcat-notify from everywhere on your pc or you can simply use node index.js from the installation directory.

To remove just run npm uninstall -g @dellamina/tomcat-notify .

Usage

Usage: index [options] [command]


Options:

    -v, --version  output the version number
    -h, --help     output usage information


Commands:

    run [options]  Run a specific tomcat.
    add            Configure a new tomcat.
    rm             Remove an available tomcat.
    list           List all available tomcat.
    open           Open tomcat folder in file explorer.

Readme

Keywords

Package Sidebar

Install

npm i @dellamina/tomcat-notify

Weekly Downloads

2

Version

1.3.1

License

MIT

Unpacked Size

53 kB

Total Files

15

Last publish

Collaborators

  • dellamina