💽 the tinyhttp CLI
Go to file
v1rtl 944720bb48
Merge pull request #3 from aarontravass/patch-1
Fix actions badge
2023-12-04 09:45:03 +02:00
.github chore: clean up sponsors 2023-10-27 21:05:06 +03:00
src fix #2 (by properly saving file and also setting correct permissions) 2023-11-15 23:41:36 +02:00
tests chore: go back to node:test until bun supports coverage 2023-10-27 17:37:41 +03:00
.eslintrc feat: remove prettier and eslint config generation, use node:protocol 2023-10-27 17:30:48 +03:00
.gitignore add report file path 2021-06-20 13:43:55 +03:00
.prettierrc add eslint and prettier 2021-06-19 19:31:58 +03:00
README.md Fix actions badge 2023-12-03 18:03:53 -05:00
bun.lockb feat: remove prettier and eslint config generation, use node:protocol 2023-10-27 17:30:48 +03:00
package.json 1.3.7 2023-11-15 23:42:54 +02:00
tsconfig.build.json feat: remove prettier and eslint config generation, use node:protocol 2023-10-27 17:30:48 +03:00
tsconfig.json feat: remove prettier and eslint config generation, use node:protocol 2023-10-27 17:30:48 +03:00

README.md

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