run-typescript-in-nodemon

1.0.0 • Public • Published

Easily run a TypeScript application with ts-node and nodemon. Just add it to your project:

npm install --save-dev run-typescript-in-nodemon

Then add something like this to your package.json:

"scripts"{
    "start": "run-typescript-in-nodemon src/index.ts --whatever-parameters-you-need"
}

And then start your app under nodemon with:

npm start

If any of your typescript code changes, the application will restart.

This package was adapted from the awesome Magda project.

Readme

Keywords

none

Package Sidebar

Install

npm i run-typescript-in-nodemon

Weekly Downloads

2

Version

1.0.0

License

Apache-2.0

Unpacked Size

14.4 kB

Total Files

4

Last publish

Collaborators

  • kring