Repository
Current version released
8 months ago
Dependencies
Lume CLI
A simple script to run Lume easily, without the need to type
deno task lume [whatever].
Install
deno install --allow-run --allow-env --allow-read --allow-write=deno.json --name lume --force --reload https://deno.land/x/lume_cli/mod.tsUsage
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.