Skip to content

jariikonen/create-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-project

Easily extensible project scaffolding application.

Usage

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)

About

Easily extensible project scaffolding application.

Resources

License

Stars

Watchers

Forks