Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marsidev/test-lib

This a simple package for testing create-typescript-app
https://github.com/marsidev/test-lib

Last synced: 12 days ago
JSON representation

This a simple package for testing create-typescript-app

Awesome Lists containing this project

README

        

Test Package

This a simple package for testing create-typescript-app




๐Ÿ‘ช All Contributors: 2


๐Ÿค Code of Conduct: Kept
๐Ÿงช Coverage
๐Ÿ“ License: MIT
๐Ÿ“ฆ npm version
๐Ÿ’ช TypeScript: Strict

## Usage

```shell
npm i test-lib
```

```ts
import { greet } from "test-lib";

greet("Hello, world! ๐Ÿ’–");
```

## Contributors



Josh Goldberg โœจ
Josh Goldberg โœจ

๐Ÿ”ง
Luis Marsiglia
Luis Marsiglia

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿค” ๐Ÿš‡ ๐Ÿšง ๐Ÿ“† ๐Ÿ”ง

> ๐Ÿ’™ This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app).