https://github.com/t99/ts-module-template
A template repository for TypeScript projects.
https://github.com/t99/ts-module-template
npm-package template typescript
Last synced: 2 months ago
JSON representation
A template repository for TypeScript projects.
- Host: GitHub
- URL: https://github.com/t99/ts-module-template
- Owner: T99
- License: gpl-3.0
- Created: 2019-06-11T12:44:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T04:58:41.000Z (about 3 years ago)
- Last Synced: 2025-12-01T04:38:33.756Z (7 months ago)
- Topics: npm-package, template, typescript
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TypeScript Module Template
This repository serves as an easy-start template for TypeScript NPM packages.
Simply clone the repository into a directory:
```bash
$ git clone git@github.com:T99/ts-module-template.git my-new-project
```
And that's it! Your project is ready to go.