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.
- Host: GitHub
- URL: https://github.com/krmax44/tiny-lib-template
- Owner: krmax44
- License: mit
- Created: 2019-09-28T12:41:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T17:01:10.000Z (about 5 years ago)
- Last Synced: 2025-02-25T23:42:22.941Z (over 1 year ago)
- Topics: sao, template
- Language: JavaScript
- Size: 247 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# package-name
[](https://github.com/krmax44/package-name/actions)
[](https://codecov.io/gh/krmax44/package-name)
[](https://bundlephobia.com/result?p=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();
```