The first JAMStack static site generator written in Deno, for building fast, beautiful, and accessible documentation sites.
deno run --allow-read --allow-write --allow-net https://raw.githubusercontent.com/denorg/site/master/cli.ts <arguments>
Alternatively, you can use the API:
import { build } from "https://raw.githubusercontent.com/denorg/site/master/mod.ts";
const siteResult = await build();
You can also install it globally using the following:
deno install --allow-read --allow-write --allow-net -n site https://raw.githubusercontent.com/denorg/site/master/cli.ts
Then, the package is available to run:
site <arguments>
Required permissions:
--allow-read
--allow-write
--allow-net
Run tests:
deno test --allow-read
- staart/site is the inspiration for this project
MIT Β© Denorg