An open API service indexing awesome lists of open source software.

https://github.com/fausttobias/typescript-cli

:blue_book: Basic TypeScript CLI application template
https://github.com/fausttobias/typescript-cli

command-line eslint template typescript

Last synced: 9 months ago
JSON representation

:blue_book: Basic TypeScript CLI application template

Awesome Lists containing this project

README

          

@faustt/typescript-cli


Basic TypeScript CLI Application


## Introduction

This is a template for a basic typescript app.

## Installation

Either use this template directly within GitHub, or use [degit](https://github.com/Rich-Harris/degit):

```
$ npx degit fausttobias/typescript-cli my-new-project && code my-new-project
```

## Available scripts

```dev``` Starts the project in dev mode with hot reloading

```build``` Builds the project

```start``` Starts the built project

```clean``` Cleanup build artifacts

```lint``` Checks the project's source code

```lint:fix``` Checks the project's source code and fixes auto-fixable problems

## Contributing

Issues or pull requests are welcome! \o/

## Maintainer

[Tobias Faust](https://github.com/FaustTobias)