Skip to content

tinyhttp/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@tinyhttp/cli

npm GitHub Workflow Status Coverage

The tinyhttp CLI to quick-start new projects.

Install

Node.js 16.8+ is required.

bun i -g @tinyhttp/cli

Usage

tinyhttp new <template> [folder]

tinyhttp new basic my-app

Arguments

  • template is the name of template from examples folder.
  • folder argument is optional

Flags

  • --pkg - custom package manager to use for running installation commands.