Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/satler-git/qiita
- Owner: satler-git
- License: mit
- Created: 2023-10-17T09:50:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T10:00:30.000Z (about 1 year ago)
- Last Synced: 2023-10-17T13:16:43.822Z (about 1 year ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 記事のファイルのベース名
```