0.0.21 • Published 5 years ago

imba-node-watch v0.0.21

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.21

5 years ago

0.0.17

5 years ago

0.0.18

5 years ago

0.0.19

5 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago