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

https://github.com/nuclearredeye/typescript-library

A Typescript Library template that can be used as a seed for new projects.
https://github.com/nuclearredeye/typescript-library

template typescript

Last synced: 5 months ago
JSON representation

A Typescript Library template that can be used as a seed for new projects.

Awesome Lists containing this project

README

          

# TypeScript Library

A template TypeScript Library that can be used to seed a new project.

## Prerequisites

* You have a Linux or OSX machine. Windows should be supported via WSL 2 but has not been tested.
* You have installed a recent version of [GNU Make](https://www.gnu.org/software/make/).
* You have installed a recent version of [Docker](https://www.docker.com/).

## Quick Start

You can build the library for development using...

```
make
```

You can also package the library for distribution using...

```
make release
```

## License

Licensed under [MIT](https://choosealicense.com/licenses/mit/).