https://github.com/robot-inventor/toolbox
https://github.com/robot-inventor/toolbox
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robot-inventor/toolbox
- Owner: Robot-Inventor
- License: mit
- Created: 2025-02-19T14:34:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T08:04:32.000Z (about 1 year ago)
- Last Synced: 2025-02-20T08:25:27.211Z (about 1 year ago)
- Language: TypeScript
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```