Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

プログラムから使用

Cutls edited this page Apr 14, 2021 · 1 revision

TypeScript用の型定義を持っています。

import build from './app/builder'
build()

コマンドラインと同じオプションが使用できます。 onlyStoreオプションを追加するためには:

const options = {
     onlyStore: true
}