Repository
Current version released
4 years ago
Versions
seedling
Seedling is currently pre-alpha. This document will be updated as we finish more features.
deno install --unstable --allow-read --allow-write --allow-env --allow-net --allow-hrtime --allow-run -f -n seed https://deno.land/x/seedling@0.0.3/cli.ts
Run seed help
for list of commands.
Note -
seed build
andseed upgrade
are not implimented yet.
Fish
Need to set .deno/bin in fish to the path
~/.config/fish/config.fish
set -gx PATH $HOME/.deno/bin $PATH