Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marsidev/test-lib
- Owner: marsidev
- License: mit
- Created: 2024-08-15T21:25:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T21:47:00.000Z (14 days ago)
- Last Synced: 2024-10-26T03:32:11.361Z (14 days ago)
- Language: TypeScript
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Test Package
This a simple package for testing create-typescript-app
## Usage
```shell
npm i test-lib
``````ts
import { greet } from "test-lib";greet("Hello, world! ๐");
```## Contributors
Josh Goldberg โจ
๐ง
Luis Marsiglia
๐ป ๐ ๐ ๐ค ๐ ๐ง ๐ ๐ง
> ๐ This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app).