https://github.com/walrusjs/script-run
运行JS/TS脚本
https://github.com/walrusjs/script-run
node script scripts typescript
Last synced: about 2 months ago
JSON representation
运行JS/TS脚本
- Host: GitHub
- URL: https://github.com/walrusjs/script-run
- Owner: walrusjs
- License: mit
- Created: 2021-03-16T10:44:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T06:22:01.000Z (over 3 years ago)
- Last Synced: 2025-02-07T04:39:50.879Z (3 months ago)
- Topics: node, script, scripts, typescript
- Language: TypeScript
- Homepage:
- Size: 3.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@walrus/script-run
> 运行你的JS/TS命令脚本
## 📦 安装
- npm 安装
```bash
npm install @walrus/script-run --dev --save
```- yarn 安装
```bash
yarn add @walrus/script-run --dev
```## 🔨 使用
```sh
script-run ./scripts/commit.ts
```