Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blendthink/zenn


https://github.com/blendthink/zenn

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# Zenn CLI

* [πŸ“˜ How to use](https://zenn.dev/zenn/articles/zenn-cli-guide)

```shell
brew install nodenv
nodenv install

npm install

# ζ–°γ—γ„θ¨˜δΊ‹γ‚’δ½œζˆγ™γ‚‹
npx zenn new:article

# ζ–°γ—γ„ζœ¬γ‚’δ½œζˆγ™γ‚‹
npx zenn new:book

# ζŠ•η¨Ώγ‚’γƒ—γƒ¬γƒ“γƒ₯ーする
npx zenn preview
```