Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blendthink/qiita
https://github.com/blendthink/qiita
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blendthink/qiita
- Owner: blendthink
- Created: 2023-12-02T13:24:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T16:06:03.000Z (about 1 year ago)
- Last Synced: 2024-05-01T16:18:35.041Z (8 months 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