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

https://github.com/krmax44/tiny-lib-template

The starting template I use to create a small library.
https://github.com/krmax44/tiny-lib-template

sao template

Last synced: 29 days ago
JSON representation

The starting template I use to create a small library.

Awesome Lists containing this project

README

          

# package-name

[![CI status](https://img.shields.io/github/workflow/status/krmax44/package-name/build/main)](https://github.com/krmax44/package-name/actions)
[![Code coverage](https://img.shields.io/codecov/c/github/krmax44/package-name?token=token)](https://codecov.io/gh/krmax44/package-name)
[![bundle size](https://img.shields.io/bundlephobia/minzip/package-name)](https://bundlephobia.com/result?p=package-name)
[![npm version](https://img.shields.io/npm/v/package-name)](https://www.npmjs.com/package/package-name)

Template for a tiny library.

## Installation

```bash
yarn add package-name
# or using npm
npm i package-name
```

## Usage

```js
itWorks();
```