create-mitarashi-app
v0.2.6
Published
Create a Mitarashi blog with one command
Downloads
693
Readme
create-mitarashi-app
Mitarashiプロジェクトを一発で構築するCLIツールです。
使い方
npx create-mitarashi-app my-blog
cd my-blog
npm install
npm run devまたは、グローバルインストール:
npm install -g create-mitarashi-app
create-mitarashi-app my-blog生成されるプロジェクト構造
my-blog/
├── posts/
│ └── welcome.md
├── templates/
│ ├── layout.html
│ ├── post.html
│ └── index.html
├── mitarashi.config.ts
├── package.json
└── .gitignoreコマンド
npm run build- サイトをビルドしてdist/に出力npm run dev- 開発サーバーを起動
詳細
詳しくは Mitarashiのドキュメント をご覧ください。
