Skip to content

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

deno_nest cli

deno version Deno codecov

Usage & Guide

Install the cli globally:

deno install -g --allow-env --allow-run --allow-net --allow-read --allow-write -n nest  -f  jsr:@nest/cli

Then you can use the nests command to create a new project:

nests

Or create by the following command:

deno run --allow-env --allow-run --allow-net --allow-read --allow-write jsr:@nest/cli