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

https://github.com/pritam001/calci-lib

A helper project created as a guide for the Medium post : "A minimalistic guide to writing your first JavaScript library"
https://github.com/pritam001/calci-lib

calci-lib guide javascript javascript-library medium-app medium-article medium-com

Last synced: 11 months ago
JSON representation

A helper project created as a guide for the Medium post : "A minimalistic guide to writing your first JavaScript library"

Awesome Lists containing this project

README

          

# calci-lib
![npmBuild](https://img.shields.io/npm/v/calci-lib?label=Release%20&style=plastic)
![TravisBuild](https://img.shields.io/travis/com/pritam001/calci-lib?label=Travis%20Build&style=plastic)
![Dependency](https://img.shields.io/librariesio/release/npm/calci-lib?label=Dependency&style=plastic)
[![codecov](https://codecov.io/gh/pritam001/calci-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/pritam001/calci-lib)
![License](https://img.shields.io/npm/l/calci-lib?style=plastic&label=License)
![Downloads](https://img.shields.io/npm/dm/calci-lib?label=Downloads&style=plastic)

### Git Actions:
[![Actions Status](https://github.com/pritam001/calci-lib/workflows/Greetings/badge.svg)](https://github.com/pritam001/calci-lib/actions?query=workflow%3AGreetings)
[![Actions Status](https://github.com/pritam001/calci-lib/workflows/Labeler/badge.svg)](https://github.com/pritam001/calci-lib/actions?query=workflow%3ALabeler)

### Library introduction
Sample javascript library for a Medium article

### Library methods:
1. plus
2. minus
3. multiply
4. divide
5. diff
6. percent

### Dependencies:

1. ![calci-lib-version](https://img.shields.io/npm/dependency-version/calci-lib/calc-percent)

### Dev Dependencies:

1. ![commitizen](https://img.shields.io/npm/dependency-version/calci-lib/dev/commitizen)
2. ![cz-conventional-changelog](https://img.shields.io/npm/dependency-version/calci-lib/dev/cz-conventional-changelog)
3. ![jest](https://img.shields.io/npm/dependency-version/calci-lib/dev/jest)
4. ![semantic-release](https://img.shields.io/npm/dependency-version/calci-lib/dev/semantic-release)