Skip to content

Finka.js - Handy tool in nowadays JavaScript jungle

License

Notifications You must be signed in to change notification settings

bitbar/finka-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b62aa91 · Feb 12, 2021
Nov 26, 2020
Aug 11, 2018
Feb 12, 2021
Feb 12, 2021
Feb 12, 2021
Apr 8, 2020
Feb 12, 2021
Mar 22, 2020
Mar 22, 2020
Sep 20, 2018
Mar 22, 2020
Sep 20, 2018
Oct 11, 2018
Mar 22, 2020
Dec 4, 2020
Oct 23, 2018
Aug 10, 2018
Feb 12, 2021
Sep 16, 2018
Feb 12, 2021
Feb 12, 2021
Feb 12, 2021

Repository files navigation

Finka.js

Finka.js

Build Status Language grade: JavaScript Current Release License: MIT

Handy tool in nowadays JavaScript jungle.

It's extending default JS classes like Array or String with new handy methods, that probably sooner or later you are going to search for on Stack Overflow ;)

What means Finka?

Finka is Polish word and means a knife usually used by scouts. It's also abbreviation to nóż fiński so Finnish knife. According to Wikipedia it's originally really Finnish knife called Puukko.

Bitbar is Finnish company responsible for Bitbar Cloud, which hosts hundreds of Android and iOS devices, enabling users to create and test high quality mobile apps and games. Main R&D team is in Wrocław, Poland.

Getting Started

Prerequisites

This package is using UMD pattern, so it means that you can use it:

  • in Node.js project
  • browser running project
    • without AMD
    • with AMD

Usage

Install:

npm install @bitbar/finka

And then in you main JS file:

const finka = require('@bitbar/finka');
finka();

Documentation

https://bitbar.github.io/finka-js/

Contribution

Checking code quality

npm run lint

Running tests

npm run test

Building

npm run build

Updating documentation

npm run docs

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details