File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
6
Modern Qiita v2 API client for Node/Browser
3
7
4
8
## 使い方
@@ -51,3 +55,36 @@ client.createItem({
51
55
```
52
56
53
57
利用可能なすべてのメソッドのドキュメントは[ こちらからご覧いただけます] ( 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
You can’t perform that action at this time.
0 commit comments