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

https://github.com/wasabina67/zenn-content

Zenn連携用リポジトリ
https://github.com/wasabina67/zenn-content

pipenv pre-commit-hook pyenv zenn

Last synced: about 1 month ago
JSON representation

Zenn連携用リポジトリ

Awesome Lists containing this project

README

        

# Zenn CLI
Zenn連携用リポジトリ

#### 👇 新しい記事を作成する

```bash
npx zenn new:article
```

#### 👇 新しい本を作成する

```bash
npx zenn new:book
```

#### 👇 投稿をプレビューする

```bash
npx zenn preview
```

## URL

🔗 [zenn.dev/wasabina67](https://zenn.dev/wasabina67)

## 記事の集計

- Total: 11
- Published: 11
- Unpublished: 0

#### 👇 記事をカウントする

```bash
bash count_articles.sh
```

#### 👇 pre-commit を設定する

```bash
pipenv shell
```

```bash
pipenv sync
```

```bash
pre-commit install
```