An open API service indexing awesome lists of open source software.

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脚本

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
```