temon

1.3.4 • Public • Published

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

Package Sidebar

Install

npm i temon

Weekly Downloads

4

Version

1.3.4

License

MIT

Unpacked Size

4.24 kB

Total Files

6

Last publish

Collaborators

  • erwinstone