Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/satler-git/qiita

repo for qiita
https://github.com/satler-git/qiita

Last synced: about 2 months ago
JSON representation

repo for qiita

Awesome Lists containing this project

README

        

# qiita

Qiitaの記事のためのリポジトリ

## Qiita Cli

[ここ](https://github.com/increments/qiita-cli)に詳しい説明がある。
基本的には以下。

- プレビュー

```bash
npx qiita preview
```

- 新規記事

```bash
npx qiita new 記事のファイルのベース名
```

- 公開

```bash
npx qiita publish 記事のファイルのベース名
```