Danet Logo

CI codecov Made for Deno

Description

The Danet CLI is a command-line interface tool that helps you to initialize your Danet applications.

Installation

$ deno install --allow-read --allow-write --allow-run --allow-env -n danet https://deno.land/x/danet_cli/main.ts

Usage

The only available command for now is to create a new Danet project. To do so, run the following command:

$ danet new <yourprojectname>