The tinyhttp CLI to quick-start new projects.
pnpm i -g @tinyhttp/clitinyhttp new basic my-apptemplateis the name of template from examples folder.folderargument is optional
--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---prettierand--eslintcombined