CLI

Installation

$ deno run -A https://deno.land/x/aleph/install.ts

or use land without installation:

$ land aleph

Usage

$ aleph -h
Aleph.js v0.3.0-beta.19
The Full-stack Framework in Deno.

Docs: https://alephjs.org/docs
Bugs: https://github.com/alephjs/aleph.js/issues

Usage:
    aleph <command> [...options]

Commands:
    init           Create a new app
    dev            Start the app in development mode
    start          Start the app in production mode
    build          Build the app to a static site (SSG)
    upgrade        Upgrade Aleph.js command

Options:
    -v, --version  Prints version number
    -h, --help     Prints help message