0.1.0 • Published 1 year ago

ts-app-starter v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ts-app-starter

Scaffold a TypeScript project with ESLint and Jest configured out of the box.

Usage

Use this command to scafold an empty TypeScript project with ESLint and Jest configured.

npx ts-app-starter

Use project types to get boilerplates for that type of project.

npx ts-app-starter express

For example, the above command Will install express, @types/node, and @types/express.

Project Types

  • express
    • Installs express, @types/node, @types/express.
    • Writes a simple express server to src/server.ts.
  • node

    • Installs @types/node.
    • writes a Hello World program to src/index.ts.

Requirements

  • Node.js v18.0.0 or later.
0.1.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago