2
0
Fork
You've already forked cli
0
CLI tool to run Lume locally without typing "deno task"
  • TypeScript 100%
2026年06月22日 00:35:40 +02:00
.github/workflows mirror to codeberg 2026年06月22日 00:35:40 +02:00
CHANGELOG.md fix permissions 2025年01月11日 13:18:23 +01:00
deno.json mirror to codeberg 2026年06月22日 00:35:40 +02:00
LICENSE first commit 2023年01月06日 17:16:17 +01:00
mod.ts mirror to codeberg 2026年06月22日 00:35:40 +02:00
README.md fix install command 2025年10月10日 13:15:03 +02:00

Lume CLI

A simple script to run Lume easily, without the need to type deno task lume [whatever].

Install

deno install --global --allow-run --allow-env --allow-read --allow-write=deno.json --name lume --force --reload https://deno.land/x/lume_cli/mod.ts

Usage

  • lume init will run the command deno run -Ar https://deno.land/x/lume/init.ts to initialize Lume in the current directory.
  • lume upgrade-cli will upgrade this script to the latest version.
  • lume local will map Lume to a local folder. Useful for debugging and development.
  • Any other command is delegated to deno task lume [...args]. For example, lume -s will run deno task lume -s.