Skip to content

Commit 0c54416

Browse files
committed
💄 バッヂを追加
1 parent c3e8687 commit 0c54416

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# qiita-js-2
2+
[![npm](https://img.shields.io/npm/v/qiita-js-2.svg)](https://www.npmjs.com/package/qiita-js-2)
3+
[![Build Status](https://travis-ci.org/neet/qiita-js-2.svg?branch=master)](https://travis-ci.org/neet/qiita-js-2)
4+
[![Maintainability](https://api.codeclimate.com/v1/badges/9eb161f2bd4b1f062c9c/maintainability)](https://codeclimate.com/github/neet/qiita-js-2/maintainability)
5+
26
Modern Qiita v2 API client for Node/Browser
37

48
## 使い方
@@ -51,3 +55,36 @@ client.createItem({
5155
```
5256

5357
利用可能なすべてのメソッドのドキュメントは[こちらからご覧いただけます](https://neet.github.io/qiita-js-2/classes/_client_qiita_.qiita.html)
58+
59+
60+
## 開発
61+
開発に必要なパッケージをインストールします
62+
```
63+
yarn --pure-lockfile
64+
```
65+
66+
下記のコマンドでビルドします
67+
```
68+
yarn run test # テストを実行します
69+
yarn run build # JSをビルドします
70+
yarn run docs:build # ドキュメントを生成します。
71+
```
72+
73+
## Maintainers
74+
75+
<table>
76+
<tbody>
77+
<tr>
78+
<td align="center">
79+
<a href="https://github.com/neet">
80+
<img width="120" height="120" src="https://github.com/neet.png?size=120">
81+
</br>
82+
Neetshin
83+
</a>
84+
</td>
85+
</tr>
86+
<tbody>
87+
</table>
88+
89+
## License
90+
MIT

0 commit comments

Comments
 (0)