seedling

CI

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.4/cli.ts

Run seed help for list of commands.

Note - seed build and seed upgrade are not implimented yet.

VS Code Plugin

Currently only offers basic syntax highligting.

https://marketplace.visualstudio.com/items?itemName=Seedling.seedling

Fish

Need to set .deno/bin in fish to the path

~/.config/fish/config.fish
set -gx PATH $HOME/.deno/bin $PATH