https://github.com/yowainwright/test-typescript-package
A basic TypeScript package to test configuration, building, and publishing
https://github.com/yowainwright/test-typescript-package
Last synced: 10 days ago
JSON representation
A basic TypeScript package to test configuration, building, and publishing
- Host: GitHub
- URL: https://github.com/yowainwright/test-typescript-package
- Owner: yowainwright
- License: mit
- Created: 2021-08-16T16:48:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T07:24:19.000Z (almost 5 years ago)
- Last Synced: 2025-02-21T14:31:10.335Z (over 1 year ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Typescript Package
> Not to be used except for testing or learning.
A basic TypeScript package to test configuration, building, and publishing.
## Install
```
# install and re-install for pnpm
npm i && rm -rf package-lock.json && npx pnpm install
```
## Usage
This package is intended to be used for testing building and publishing.