8000 GitHub - ispec-inc/starry
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ispec-inc/starry

Repository files navigation

starry

Starry

Starryは、Web APIやフロントエンドなどのアプリケーションを開発する際に有用なテンプレート群です。

テンプレートの利用方法

Starryのコマンド経由で、テンプレートのコードをpullすることができます。

# Install
$ brew install ispec-inc/tap/starry

# Usage
$ starry

テンプレートの開発

ADRの生成

JavaScriptランタイムとしてbunのインストールが必要です。

make adr

生成されるファイルの名前は日付+タグ+タイトルとなります。(タグについてはge=general, fe=front-end, be=back-endとなっています)

0