UNPKG

extinfo

Version:

Small library to fetch meta data from Qlik Sense extensions.

55 lines (32 loc) 1.23 kB
# extinfo [![NPM version](https://badge.fury.io/js/extinfo.svg)](http://badge.fury.io/js/extinfo) > Small library to fetch meta data from Qlik Sense extensions. ## Install with [npm](npmjs.org) ```bash npm i extinfo --save ``` ## Usage ```js var extinfo = require('extinfo'); ``` <!--## API--> <!-- add a path or glob pattern for files with code comments to use for docs --> <!----> <!--## Related projects--> <!-- add an array of related projects, then un-escape the helper --> <!--[extloc](https://github.com/stefanwalther/extloc): Get the location where Qlik Sense Desktop loads extensions from.--> ## Running tests Install dev dependencies: ```bash npm i -d && npm test ``` ## Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/stefanwalther/extinfo/issues) ## Author **Stefan Walther** <!-- `github`, `github.username`, and `username` variables are undefined --> <!-- `twitter`, `twitter.username`, and `username` variables are undefined --> ## License Copyright (c) 2015 Stefan Walther Released under the license. *** _This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 03, 2015._