Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Sep 18, 2024
1 parent cb36335 commit 06747ce
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# ts-gems

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![CI Tests][ci-test-image]][ci-test-url]

## Installation

```bash
$ npm install ts-gems --save
```
## Node Compatibility
- node >= 16.x
## License
ts-gems is available under [MIT](LICENSE) license.

[npm-image]: https://img.shields.io/npm/v/ts-gems
[npm-url]: https://npmjs.org/package/ts-gems
[ci-test-image]: https://github.com/panates/ts-gems/actions/workflows/test.yml/badge.svg
[ci-test-url]: https://github.com/panates/ts-gems/actions/workflows/test.yml
[coveralls-image]: https://img.shields.io/coveralls/panates/ts-gems/master.svg
[coveralls-url]: https://coveralls.io/r/panates/ts-gems
[downloads-image]: https://img.shields.io/npm/dm/ts-gems.svg
[downloads-url]: https://npmjs.org/package/ts-gems
[gitter-image]: https://badges.gitter.im/panates/ts-gems.svg
[gitter-url]: https://gitter.im/panates/ts-gems?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[dependencies-image]: https://david-dm.org/panates/ts-gems/status.svg
[dependencies-url]:https://david-dm.org/panates/ts-gems
[devdependencies-image]: https://david-dm.org/panates/ts-gems/dev-status.svg
[devdependencies-url]:https://david-dm.org/panates/ts-gems?type=dev
[quality-image]: http://npm.packagequality.com/shield/ts-gems.png
[quality-url]: http://packagequality.com/#?package=ts-gems

0 comments on commit 06747ce

Please sign in to comment.