6 Commits

2 changed files with 62 additions and 48 deletions
+15 -1
View File
@@ -3,7 +3,21 @@
# 使い方 # 使い方
## インストール ## インストール
初期リリース出たら書きます ```bash
# npm
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.1
# yarn
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.1
# pnpm
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.1
```
> **NOTE**
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
> **WARNING**
> `#main`でのインストールもできますが破壊的変更の際に面倒だと思います。サポートしません。
## 初期化 ## 初期化
```ts ```ts
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "better-uwuzu-sdk", "name": "better-uwuzu-sdk",
"version": "1.0.0", "version": "1.0.1",
"description": "A better uwuzu SDK.", "description": "A better uwuzu SDK.",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/types/index.d.ts", "types": "dist/types/index.d.ts",