# ts-app-starter

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

Latest version **0.1.0** (published 2023-03-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install ts-app-starter
pnpm add ts-app-starter
yarn add ts-app-starter
bun add ts-app-starter
```

Provides the command `ts-start`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2023-03-03 |
| First published | 2023-02-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 1 |
| Unpacked size | 10.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Aidin Rasti |
| Maintainers | aidiin |

## Links

- npm: https://www.npmjs.com/package/ts-app-starter
- Repository: https://github.com/Aidiiin/ts-app-starter
- Homepage: https://github.com/Aidiiin/ts-app-starter#readme
- Issues: https://github.com/Aidiiin/ts-app-starter/issues
- npm.io page: https://npm.io/package/ts-app-starter

## Dependencies (1)

- [chalk](https://npm.io/package/chalk.md) ^5.2.0

## Recent versions

- 0.1.0 (latest) — 2023-03-03
- 0.0.5 — 2023-03-03
- 0.0.4 — 2023-02-24
- 0.0.3 — 2023-02-24
- 0.0.2 — 2023-02-24
- 0.0.1 — 2023-02-24

## README

# 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.

```bash
npx ts-app-starter
```

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

```bash
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.

---
_Source: https://npm.io/package/ts-app-starter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
