Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anon5r/zenn-dev-articles
Zenn.dev my articles repository
https://github.com/anon5r/zenn-dev-articles
Last synced: about 2 months ago
JSON representation
Zenn.dev my articles repository
- Host: GitHub
- URL: https://github.com/anon5r/zenn-dev-articles
- Owner: anon5r
- Created: 2020-10-16T20:36:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T04:37:21.000Z (10 months ago)
- Last Synced: 2024-03-20T09:56:27.440Z (10 months ago)
- Homepage: https://zenn.dev/anon
- Size: 603 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# これはなに?
[Zenn.dev/anon](https://zenn.dev/anon)で公開されている記事を管理するリポジトリです。
基本的に[zenn-cli](https://zenn-dev.github.io/zenn-docs-for-developers/guides/zenn-editor/zenn-cli)を使用して記事を管理します。
## zenn-cliのインストール
プロジェクトページで以下を実行
```shell
$ yarn
```その他インストール方法はZennによる [Zenn CLIをインストールする](https://zenn.dev/zenn/articles/install-zenn-cli) などを確認してください。
# 記事の作成
以下のコマンドを使用し、テンプレートを生成
```shell
$ npx zenn new:article
```記事URLにslugを指定する場合は以下の様にする
```shell
$ npx zenn new:article --slug 記事のスラッグ --title 記事のタイトル --type tech
```# 記事のプレビュー
```shell
$ npx zenn preview
```