Deno scripts and tools for building, packaging, deploying, and publishing libraries and apps from repositories.
Repository
Current version released
3 years ago
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 justfile
s 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