Skip to content

Release v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Dec 13:10

Release v1.3.0

This is a new release of Cynthia Mini Website Engine.

Installing Cynthia Mini

There are two officially supported methods of installing Cynthia Mini.

With Bun (recommended method)

If you have Bun installed, you can install Cynthia Mini by just running:

bun install -g @cynthiaweb/cynthiaweb-mini@v1.3.0

Note: All releases, including pre-releases, are tagged latest on the npm registry. Use a specific version tag if you want to install.

This installs this release from NPM.

With binary installer script (installs the binaries found below)

If you prefer not to use Bun, or can't use it to install, you can also use these binary install scripts:

For Linux and MacOS
curl -fsSL https://cynthiawebsiteengine.github.io/Mini-docs/assets/install.sh | bash
For Windows
powershell -c "irm https://cynthiawebsiteengine.github.io/Mini-docs/assets/install.ps1 | iex"

This removes the need for Bun, but the cynthiaweb-mini CLI will be quite a big bigger in file size.

You can obviously also install it manually by downloading the binaries below.

See https://cynthiawebsiteengine.github.io/Mini-docs/#/install for more information.