https://github.com/muath-ye/typescript-package-starter
https://github.com/muath-ye/typescript-package-starter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muath-ye/typescript-package-starter
- Owner: muath-ye
- Created: 2021-02-15T20:41:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T21:23:26.000Z (over 4 years ago)
- Last Synced: 2025-01-03T12:44:28.804Z (5 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
```