Skip to content

hwadn/ts-node-restarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-node-restarter

A cli tool for restarting your node.js server when files change

Install

yarn add ts-node-restarter

or

npm install ts-node-restarter

CLI

You can use ts-node-restarter by cli, such as

 yarn ts-node-restarter index.js

or

 npm run ts-node-restarter index.js

Script

Or you can use ts-node-restarter by script, such as

  "scripts": {
    "restarter": "ts-node-restarter index.js"
  }

and run

yarn restarter

Settings

add a restarter.json in your project root directory, and add watching files path, such as

{
  "watch": ["index.js"]
}

About

A cli tool for restarting your node.js server when files change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published