Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/eseguire
快速执行文件的工具
https://github.com/simon-he95/eseguire
bun eseguire esno node run ts-node
Last synced: 10 days ago
JSON representation
快速执行文件的工具
- Host: GitHub
- URL: https://github.com/simon-he95/eseguire
- Owner: Simon-He95
- License: mit
- Created: 2023-09-08T15:32:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:29:27.000Z (11 months ago)
- Last Synced: 2024-09-18T06:28:39.567Z (about 2 months 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)
![sponsors](https://www.hejian.club/images/sponsors.jpg)