Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 22, 2024
1 parent 48765a2 commit a26dd6a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
Binary file modified .github/art/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@
<!-- [![npm downloads][npm-downloads-src]][npm-downloads-href] -->
<!-- [![Codecov][codecov-src]][codecov-href] -->

# ts-collections
# ts-collect

> Laravel Collections for TypeScript.
## Features

- Dependency-free
- Laravel Collections API
- Fully typed

## Get Started

```bash
bun install ts-collections
bun install ts-collect
```

## Testing
Expand All @@ -24,7 +30,7 @@ bun test

## Changelog

Please see our [releases](https://github.com/stackjs/ts-collections/releases) page for more information on what has changed recently.
Please see our [releases](https://github.com/stackjs/ts-collect/releases) page for more information on what has changed recently.

## Contributing

Expand Down Expand Up @@ -60,12 +66,12 @@ The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.
Made with 💙

<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/ts-collections?style=flat-square
[npm-version-href]: https://npmjs.com/package/ts-collections
[npm-downloads-src]: https://img.shields.io/npm/dm/ts-collections?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/ts-collections
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/ts-collections/ci.yml?style=flat-square&branch=main
[github-actions-href]: https://github.com/stacksjs/ts-collections/actions?query=workflow%3Aci

<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/ts-collections/main?style=flat-square
[codecov-href]: https://codecov.io/gh/stacksjs/ts-collections -->
[npm-version-src]: https://img.shields.io/npm/v/ts-collect?style=flat-square
[npm-version-href]: https://npmjs.com/package/ts-collect
[npm-downloads-src]: https://img.shields.io/npm/dm/ts-collect?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/ts-collect
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/ts-collect/ci.yml?style=flat-square&branch=main
[github-actions-href]: https://github.com/stacksjs/ts-collect/actions?query=workflow%3Aci

<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/ts-collect/main?style=flat-square
[codecov-href]: https://codecov.io/gh/stacksjs/ts-collect -->

0 comments on commit a26dd6a

Please sign in to comment.