New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

temon

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temon

Typescript runner, bundler, watcher powered by esbuild & nodemon

latest
npmnpm
Version
1.3.4
Version published
Maintainers
1
Created
Source

Temon

Typescript + Esbuild + Nodemon. Typescript runner, bundler, watcher powered by esbuild & nodemon

Local installation

  npm install --save-dev esbuild nodemon temon

To use the binary, you can call it with npx while in the project directory:

npx temon index.ts
npx temon index.ts --build dist/index.js
npx temon index.ts --build dist/index.js --minify
npx temon index.ts --watch

Global installation

  npm install --global esbuild nodemon temon

Then, you can call temon directly:

temon index.ts
temon index.ts --build dist/index.js
temon index.ts --build dist/index.js --minify
temon index.ts --watch

You can also pass arguments:

temon "index.ts --test" --watch

Keywords

esbuild

FAQs

Package last updated on 01 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts