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.
- Host: GitHub
- URL: https://github.com/nuclearredeye/typescript-library
- Owner: NuclearRedeye
- License: mit
- Created: 2019-09-30T09:36:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T13:24:01.000Z (almost 2 years ago)
- Last Synced: 2025-06-25T23:04:55.511Z (12 months ago)
- Topics: template, typescript
- Language: Makefile
- Homepage:
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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/).