create-plain-ts
v1.1.4
Published
A simple CLI tool to scaffold a plain TypeScript project with zero config. Use it to quickly start a new TypeScript project with a minimal structure.
Downloads
1,077
Readme
create-plain-ts
A simple CLI tool to scaffold a plain TypeScript project with zero config. Use it to quickly start a new TypeScript project with a minimal structure.
Features
- Minimal, no-framework TypeScript project template
- Copies a ready-to-use folder structure
- Works with npm, pnpm, or npx
Usage
With npx (no install required)
npx create-plain-ts my-appWith npm or pnpm (after global install)
npm install -g create-plain-ts
create-plain-ts my-appor
pnpm add -g create-plain-ts
create-plain-ts my-appWhat you get
src/folder with starter filestsconfig.jsonandpackage.jsonready for TypeScript- Example
index.htmlandmain.ts
Customization
Edit the src/ folder in this repo to change the template files that will be copied to new projects.
License
MIT
