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

https://github.com/zio/create-zio-website

Template for ZIO websites
https://github.com/zio/create-zio-website

Last synced: about 2 months ago
JSON representation

Template for ZIO websites

Awesome Lists containing this project

README

          

# Create ZIO Website

To install a new ZIO website for your ZIO project, you can use the following command.

```bash
npx @zio.dev/create-zio-website
```

> **Note**
> You should not use this command directly to create a documentation website for your project, unless you know what you're doing. Instead, we have a `zio-sbt-website` plugin which is responsible for creating a website for your project through sbt commands.