An open API service indexing awesome lists of open source software.

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

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.