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
- Host: GitHub
- URL: https://github.com/fausttobias/typescript-cli
- Owner: FaustTobias
- Created: 2020-01-21T23:38:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T22:27:30.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T15:34:47.366Z (11 months ago)
- Topics: command-line, eslint, template, typescript
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)