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

https://github.com/robot-inventor/toolbox


https://github.com/robot-inventor/toolbox

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 🧰Toolbox

便利なツールの詰め合わせ。

https://toolbox.roboin.io/

## 📦ツール

- 文字数カウンター
- UUIDジェネレーター
- 通知なしで引用ポスト

## 🛠️開発

### セットアップ

```bash
git clone https://github.com/Robot-Inventor/toolbox.git
cd toolbox
npm install
```

### 開発モード

```bash
npm run dev
```

### ビルド

```bash
npm run build
```

### プルリクエスト

プルリクエストの送信前には、次のコマンドを実行してください。

```bash
npm run lint
npm run format

# 変更履歴を記録
npx changeset
```