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
- Host: GitHub
- URL: https://github.com/zio/create-zio-website
- Owner: zio
- License: apache-2.0
- Created: 2022-11-01T07:57:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T02:21:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T10:28:15.273Z (9 months ago)
- Language: JavaScript
- Size: 118 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.