CLI tool to run Lume locally without typing "deno task"
- TypeScript 100%
| .github/workflows | mirror to codeberg | |
| CHANGELOG.md | fix permissions | |
| deno.json | mirror to codeberg | |
| LICENSE | first commit | |
| mod.ts | mirror to codeberg | |
| README.md | fix install command | |
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 initwill run the commanddeno run -Ar https://deno.land/x/lume/init.tsto initialize Lume in the current directory.lume upgrade-cliwill upgrade this script to the latest version.lume localwill map Lume to a local folder. Useful for debugging and development.- Any other command is delegated to
deno task lume [...args]. For example,lume -swill rundeno task lume -s.