Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blendthink/qiita


https://github.com/blendthink/qiita

Last synced: 20 days ago
JSON representation

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