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

https://github.com/mehyaa/nativescript-common

Miscellaneous NativeScript utilities for general use.
https://github.com/mehyaa/nativescript-common

Last synced: about 1 month ago
JSON representation

Miscellaneous NativeScript utilities for general use.

Awesome Lists containing this project

README

          

# NativeScript Common Library [![Build Status](https://travis-ci.com/mehyaa/nativescript-common.svg?branch=master)](https://travis-ci.com/mehyaa/nativescript-common) [![Version](https://img.shields.io/npm/v/@mehyaa/nativescript-common.svg)](https://www.npmjs.com/package/@mehyaa/nativescript-common) [![License](https://img.shields.io/npm/l/@mehyaa/nativescript-common.svg)](https://opensource.org/licenses/GPL-3.0)

Miscellaneous NativeScript utilities for general use.

Install with npm:
``` bash
$ npm install @mehyaa/nativescript-common
```

Install with yarn:
``` bash
$ yarn add @mehyaa/nativescript-common
```
Just a few notes for anyone who wishes to use this library:
* The library is created from my personal refactorings and merging seperate project's duplicated codes. It's main purpose is personal use so some behavior can be different than expected.

* The library has no default entry point.

* The modules within the library must be imported seperately.

* The modules within the library are as-is and written in EcmaScript 6 so if your target environment uses lower versions of EcmaScript you need to transpile the modules.