Repository
Current version released
4 years ago
Dependencies
std
land
Run Deno X module without installation.
Installation
deno install --allow-net --allow-run -n land https://deno.land/x/land@v0.4.2/cli.ts
Usage
# deno run --prompt https://deno.land/x/aleph/cli.ts init
land aleph init
How it works?
land
will check the deno.land third-party module meta at bootstrap, when the cli.ts
or cli.js
found then run it as sub-process, or use the mod.ts
. It also checks the import_map.json
(or import-map.json
in the root directory) and apply it automatically.
Version
By default, land
use the latest version of the module, you also can specify the version like:
land aleph@0.2.28 init
land aleph@0.2 init # match latest patch version
land aleph@1 init # match latest minor version
Permissions
By default, land
will ask you the permissions of the module is using, or you can pass the permissions list:
land --allow-net --allow-read --allow-write aleph init
land
supports PERMISSIONS(.txt)
preset in the module root directory like:
--allow-net
--allow-read
--allow-write