1.3.4 • Published 9 months ago

temon v1.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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
1.3.4

9 months ago

1.3.3

11 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.1

11 months ago

1.2.0

1 year ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago