https://github.com/mohemohe/api-blueprint-skeleton
API Blueprintを楽に始めるためのべんりなやつ
https://github.com/mohemohe/api-blueprint-skeleton
api-blueprint
Last synced: 5 months ago
JSON representation
API Blueprintを楽に始めるためのべんりなやつ
- Host: GitHub
- URL: https://github.com/mohemohe/api-blueprint-skeleton
- Owner: mohemohe
- License: wtfpl
- Created: 2017-02-26T08:02:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T13:10:11.000Z (over 9 years ago)
- Last Synced: 2025-04-10T14:33:03.815Z (about 1 year ago)
- Topics: api-blueprint
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
api-blueprint-skeleton
====
API Blueprintを楽に始めるためのべんりなやつ
----
毎回思うけど、解説記事でオナニーしてないで、こういう動くものを公開しろよ。
アホか。
## 動作環境
イニシャルコミット時のものなので、基本的には各処理系の最新バージョンで頼む
- macOS Sierra 10.12.3
- node.js v7.6.0
- yarn v0.20.3
理論的にはLinuxでも動くかも
Arch Linuxなら将来サポートするかもしれん
## 使い方
0. `git clone https://github.com/mohemohe/api-blueprint-skeleton.git [自分のプロジェクトの名前]`
1. `yarn install`
2. `./src`以下に、API Blueprint形式の`.md`を置く
3. `yarn build`で`./out/api.html`ができる
4. または`yarn watch`でブラウザでLiveReloadできる
## LICENSE
Do What The Fuck You Want To Public License