0.0.21 • Published 4 years ago

imba-node-watch v0.0.21

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

imba-node-watch

This tiny CLI tool watches for changes in *.imba files and restarts the given imba file as node application. It is needed when you develop server-side application in Imba. Uses chokidar under the hood.

Doesn't create compiled js-files -> no mess with temporary output js-files.

  1. Install package as develop dependency: yarn add imba-node-watch -D
  2. Add script for monitoring in your package.json: "dev": "imbaw source/index.imba". imbaw is a cli program to monitor and restart imba app and it takes only one parameter - the filename to run.
  3. Start your application: yarn dev

I use yarn, but the same would work with npm.

0.0.20

4 years ago

0.0.21

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago