Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muath-ye/typescript-package-starter
https://github.com/muath-ye/typescript-package-starter
Last synced: 6 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T21:23:26.000Z (over 3 years ago)
- Last Synced: 2023-03-06T12:03:57.831Z (over 1 year ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 2
- 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
```