Skip to main content
Deno 2 is finally here 🎉️
Learn more

Cloudseed

Deno scripts and tools for building, packaging, deploying, and publishing libraries and apps from repositories.

Primarily used by cloudseed based repositories where users need to manage many git repositories.

Designed to be used in conjuction with justfiles or consumed by other scripts.

Use:

E.g. (adjust version and file as appropriate)

import { exec } from "https://deno.land/x/cloudseed@v0.0.15/mod.ts"

Or import { exec } from “https://raw.githubusercontent.com/metapages/cloudseed-deno/v0.0.15/deno/mod.ts

Description/examples

Coming soon