Installations
npm install @trongnd/ts-nodemon
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=8
Node Version
10.9.0
NPM Version
6.1.0
Score
66.1
Supply Chain
86.4
Quality
74.6
Maintenance
50
Vulnerability
98.6
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
trongnd
Download Statistics
Total Downloads
22,224
Last Day
1
Last Week
2
Last Month
19
Last Year
579
GitHub Statistics
3 Stars
7 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
61.03 kB
Minified
20.25 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.3
Package Id
@trongnd/ts-nodemon@1.0.3
Unpacked Size
11.09 kB
Size
3.65 kB
File Count
11
NPM Version
6.1.0
Node Version
10.9.0
Total Downloads
Cumulative downloads
Total Downloads
22,224
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
-52.5%
19
Compared to previous month
Last year
-52.8%
579
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
4
Peer Dependencies
1
ts-nodemon
Compiles your TypeScript app and restarts when files are modified. Works with
typescript@>=2.7
.
How It Works
ts-nodemon
runs TypeScript compiler in watch mode, and restarts Node.JS when TypeScript files are modified.
TypeScript compiler options are specified using tsconfig.json
file.
Installation
1# Locally in your project 2npm install -D @trongnd/ts-nodemon 3npm install -D typescript 4 5# Or globally (not recommended) 6npm install -g @trongnd/ts-nodemon 7npm install -g typescript
Usage
Check examples/test-project
for sample.
1# Usage 2# ts-nodemon --project <project> --tsconfig <tsconfig> --entry <entry> --exec <exec> --no-notify 3 4# Args: 5# project: will be passed as "tsc --project <project>" 6# optional, default: . 7# tsconfig: tsconfig file name 8# optional, default: tsconfig.json 9# entry: JS entry file will be run by NodeJS 10# optional, default: "main" field in "package.json" 11# exec: specify a custom command to run 12# optional 13# no-notify: turn off notification 14# by default notification is shown on error using "node-notifier" 15 16# Examples 17 18# use `tsconfig.json` in current working directory 19# use entry JS file from "main" field in "package.json" 20ts-nodemon 21 22# turn off notification 23ts-nodemon --no-notify 24 25# custom project location 26ts-nodemon --project ../project 27 28# custom tsconfig file name 29ts-nodemon --tsconfig tsconfig2.json 30 31# use "build/main.js" as entry file 32ts-nodemon --entry "build/main.js" 33 34# run command "yarn start" instead 35ts-nodemon --exec "yarn start"
License
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
16 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-ff7x-qrg7-qggm
- Warn: Project is vulnerable to: GHSA-pfrx-2q88-qq97
- Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj
- Warn: Project is vulnerable to: GHSA-qqgx-2p2h-9c37
- Warn: Project is vulnerable to: GHSA-4xcv-9jjx-gfj3
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m / GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-5fw9-fq32-wv5p
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-884p-74jh-xrg2
- Warn: Project is vulnerable to: GHSA-j7fq-p9q7-5wfv
- Warn: Project is vulnerable to: GHSA-7p7h-4mm5-852v
- Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh
- Warn: Project is vulnerable to: GHSA-p9pc-299p-vxgp
Score
1.3
/10
Last Scanned on 2025-01-06
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More