https://github.com/semba-yui/zenn-content
Zenn 記事管理用リポジトリ
https://github.com/semba-yui/zenn-content
article documentation zenn
Last synced: 5 months ago
JSON representation
Zenn 記事管理用リポジトリ
- Host: GitHub
- URL: https://github.com/semba-yui/zenn-content
- Owner: semba-yui
- Created: 2023-01-14T10:49:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T03:14:47.000Z (about 2 years ago)
- Last Synced: 2025-01-24T17:15:04.016Z (over 1 year ago)
- Topics: article, documentation, zenn
- Homepage: https://zenn.dev/sembayui
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# zenn-content
## コマンド集
https://zenn.dev/zenn/articles/zenn-cli-guide
### コンテンツ管理用のディレクトリを作成. 初回のみ実行
```shell
zenn init
```
### コンテンツをブラウザでプレビュー
```shell
zenn preview
```
### 新しい記事を追加
```shell
zenn new:article
```
### 新しい本を追加
```shell
zenn new:book
```
### 記事の一覧を表示
```shell
zenn list:articles
```
### 本の一覧を表示
```shell
zenn list:books
```
### zenn-cliのバージョンを表示
```shell
zenn --version
```
```shell
zenn -v
```
### ヘルプ
```shell
zenn --help
```
```shell
zenn -h
```
## マークダウンガイド
https://zenn.dev/zenn/articles/markdown-guide#jsfiddle