Compare commits
6 Commits
47ead2151c
..
1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 004bfde9af | |||
| 895b693f81 | |||
| 336db2a5ca | |||
| f57ca58935 | |||
| f2c2007e07 | |||
| 714a3b852c |
@@ -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
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "better-uwuzu-sdk",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A better uwuzu SDK.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/types/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user