Skip to content

Nodemon powered watch-mode CLI. Select your compiler/interpreter and just specify the file path

Notifications You must be signed in to change notification settings

angelplusultra/gigawatch

Repository files navigation

GigaWatch CLI

A multi-language watch-mode cli tool powered by Nodemon

Our logo

System Requirements:

  • Node
  • Linux OS (No Windows/OSX Support as of right now)

Supported Interpreters/Compilers:

  • node
  • ts-node
  • python3
  • lua

GigaWatch expects the interpreters and compilers to be accessible via their common $PATH command names (e.g python3, node, ts-node) If it doesn't detect the command, it will ask you for permission to install it for you.

Installation

It is recommended to install it globally

npm install -g gigawatch

Usage

GW has only one command which will open the CLI

gigawatch

## or the alias

gw

Command Line Arguments

Alternatively, You can skip the CLI prompts by passing in command argument flags

Compiler Option (REQUIRED)

Flag Language
-j JavaScript
-t TypeScript
-p Python
-l Lua

File Path (REQUIRED)

Flag Description
-f Relative location of the file you want GW to watch

Clean Mode (OPTIONAL)

Flag Description
-c Enables Clean Mode

Example of CL Arguments

gigawatch -t -f ./index.ts -c

About

Nodemon powered watch-mode CLI. Select your compiler/interpreter and just specify the file path

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages