Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcfps/getting-started-with-tuture
《如何用 Tuture 写教程》配套仓库
https://github.com/mrcfps/getting-started-with-tuture
Last synced: about 16 hours ago
JSON representation
《如何用 Tuture 写教程》配套仓库
- Host: GitHub
- URL: https://github.com/mrcfps/getting-started-with-tuture
- Owner: mrcfps
- Created: 2018-07-27T07:25:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T06:21:31.000Z (over 6 years ago)
- Last Synced: 2024-11-05T15:50:38.598Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 开始使用 Tuture
[Tuture](https://github.com/tutureproject/tuture) 是一个基于 Git 仓库、轻松且快速编写高质量技术教程的工具。本仓库就是用 Tuture 写的一篇简易教程。
## 安装
首先确保你已经安装 tuture 所有组件:
```bash
$ npm i -g tuture tuture-cli
```> 你可能需要 `sudo` 来全局安装 npm 包。
## 查看生成的教程
```bash
$ git clone https://github.com/mRcfps/getting-started-with-tuture.git
$ cd getting-started-with-tuture
$ tuture up
```## 如何用 Tuture 写教程
写出这篇 Tuture 教程的文档在[这里](https://github.com/tutureproject/tuture/blob/master/docs/HOWTO.zh-CN.md)。