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.
- Host: GitHub
- URL: https://github.com/mehyaa/nativescript-common
- Owner: mehyaa
- Created: 2019-04-03T21:48:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:00:40.000Z (over 3 years ago)
- Last Synced: 2025-10-26T11:52:30.499Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NativeScript Common Library [](https://travis-ci.com/mehyaa/nativescript-common) [](https://www.npmjs.com/package/@mehyaa/nativescript-common) [](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.