Easily extensible project scaffolding application.
Run using npm create (or npm init; see npm-init).
npm create @jariikonen/project
Usage: create-project [OPTION]... [DIRECTORY]
Create a new TypeScript project.
With no arguments, start the CLI in interactive mode.
Options:
-h, --help display this help message
-t, --template NAME use a specific template
--overwrite overwrite previous project
Available templates:
node Node.js project template (Node.js + TypeScript + tsdown)
react React project template (React + TypeScript + Vite)
react-lib React component library template (React + TypeScript + Vite)