Skip to content
 
 

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@tinyhttp/cli

npm GitHub Workflow Status Coverage

The tinyhttp CLI to quick-start new projects.

Install

pnpm 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.

Some flags help you to quickly create popular tool configurations for Node.js projects so you don't have to write them from scratch.

  • --prettier - creates a Prettier config (and installs Prettier)
  • --eslint - creates an ESLint config (and installs ESLint, Prettier and plugins)
  • --eslint-ts - creates an ESLint config for a TypeScript project (and installs ESLint, Prettier, TypeScript and plugins)
  • --full - --prettier and --eslint combined

About

💽 the tinyhttp CLI

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages