https://github.com/simon-he95/eseguire
快速执行文件的工具
https://github.com/simon-he95/eseguire
bun eseguire esno node run ts-node
Last synced: about 1 year ago
JSON representation
快速执行文件的工具
- Host: GitHub
- URL: https://github.com/simon-he95/eseguire
- Owner: Simon-He95
- License: mit
- Created: 2023-09-08T15:32:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:29:27.000Z (over 2 years ago)
- Last Synced: 2025-03-07T17:52:16.561Z (about 1 year ago)
- Topics: bun, eseguire, esno, node, run, ts-node
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
## Eseguire
法语Eseguire的意思是执行,一个快速执行的工具,根据当前环境下选择使用 `bun` `node` `esno` 的方式去执行 js | ts | jsx | tsx 文件,并且支持省略后缀名,去自动匹配
### 🚀 Install
```
npm i -g eseguire
```
### 🛠️️ Usage
```
# 执行src下 index.ts|.js|.jsx|.tsx
er src
```
### 🧬 Options
```
## bun --inspect-wait
--debug or -d
```
## License
[MIT](./LICENSE) License © 2022 [Simon He](https://github.com/Simon-He95)

