Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yassilah/library-starter
https://github.com/yassilah/library-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yassilah/library-starter
- Owner: yassilah
- License: mit
- Created: 2022-02-05T10:58:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T09:57:07.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T01:47:24.297Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.example.md
- License: LICENSE
Awesome Lists containing this project
README
# 📦 Library Name
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![License][license-src]][license-href]> What is my library core function?
## Features
- 🔥 Feature 1
- 🎉 Feature 2
- 🚀 Feature 3
- 😍 Typescript of course## Installation
```bash
yarn add @package/name # or npm install @package/name
```## Docs
To learn more about this library, please check out our [docs](https://{username}.github.io/{repo}/)!
## License
[MIT](./LICENSE) - Made with ❤️
[npm-version-src]: https://img.shields.io/npm/v/@package/name/latest.svg
[npm-version-href]: https://npmjs.com/package/@package/name
[npm-downloads-src]: https://img.shields.io/npm/dm/@package/name.svg
[npm-downloads-href]: https://npmjs.com/package/@package/name
[github-actions-ci-src]: https://github.com/{username}/{repo}/actions/workflows/ci.yml/badge.svg
[github-actions-ci-href]: https://github.com/{username}/{repo}/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/github/{username}/{repo}.svg
[codecov-href]: https://codecov.io/gh/{username}/{repo}
[license-src]: https://img.shields.io/npm/l/@package/name.svg
[license-href]: https://npmjs.com/package/@package/name