https://github.com/ttttonyhe/create-odoc-site
A CLI tool that helps you quickly setup an ODoc site
https://github.com/ttttonyhe/create-odoc-site
cli create-app
Last synced: about 17 hours ago
JSON representation
A CLI tool that helps you quickly setup an ODoc site
- Host: GitHub
- URL: https://github.com/ttttonyhe/create-odoc-site
- Owner: ttttonyhe
- License: mit
- Created: 2020-07-01T09:02:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:08:21.000Z (over 3 years ago)
- Last Synced: 2025-11-07T00:21:55.970Z (8 months ago)
- Topics: cli, create-app
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-odoc-site
A stupid simple NPM package that helps you setting up ODoc site easily
ODoc 提供一个 Starter Kit,你可以一键安装已完善好环境配置的站点包,快速开始进行内容装载。只需在终端执行以下命令 (可通过 npm 或 yarn 安装),当然,在此之前请确保你的本地环境支持 Node.js / TypeScript。
```bash
npm create odoc-site / yarn create odoc-site
```