https://github.com/muath-ye/typescript-package-starter
https://github.com/muath-ye/typescript-package-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/muath-ye/typescript-package-starter
- Owner: muath-ye
- Created: 2021-02-15T20:41:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T21:23:26.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T18:20:01.461Z (10 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TypeScript Package Starter
TypeScript boilerplate for NPM or Github Packages
## Build project
```sh
npm run build
```
## Test pacakge
```sh
npm test
```
## Deploy package
```sh
npm run deploy
```