https://github.com/blendthink/qiita
https://github.com/blendthink/qiita
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blendthink/qiita
- Owner: blendthink
- Created: 2023-12-02T13:24:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T16:06:03.000Z (over 2 years ago)
- Last Synced: 2025-02-07T05:30:09.526Z (over 1 year ago)
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
```shell
brew install nodenv
nodenv install
npm install
```
コンテンツをブラウザでプレビューする
```shell
npx qiita preview
```
新しい記事を追加する
```shell
npx qiita new {記事のファイルのベース名}
```
記事を投稿、更新する
```shell
npx qiita publish {記事のファイルのベース名}
```
記事ファイルを Qiita と同期する
```shell
npx qiita pull --force
```
## References
- [Qiita CLI]
[Qiita CLI]: https://github.com/increments/qiita-cli