autorestart

0.0.1 • Public • Published

autorestart

npm version

Small tool that automatically restarts processes instead of me. I use it when developing Electron apps.

$ autorestart electron .

Usually I run it parallel to my TypeScript watch process using concurrently:

$ concurrently "tsc -w" "autorestart electron ."

/autorestart/

    Package Sidebar

    Install

    npm i autorestart

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    3.49 kB

    Total Files

    7

    Last publish

    Collaborators

    • dimitarnestorov