extinfo
Version:
Small library to fetch meta data from Qlik Sense extensions.
37 lines (24 loc) • 644 B
Markdown
# {%= name %} {%= badge("fury") %}
> {%= description %}
{%= include("install-npm", {save: true}) %}
## Usage
```js
var extinfo = require('{%= name %}');
```
<!--## API-->
<!-- add a path or glob pattern for files with code comments to use for docs -->
<!--{%= apidocs('./lib/NOTHERE.js') %}-->
## Related projects
<!-- add an array of related projects, then un-escape the helper -->
{%= related(['qlikloc', 'qlik-assets']) %}
## Running tests
{%= include("tests") %}
## Contributing
{%= include("contributing") %}
## Author
{%= include("author-swr") %}
## License
{%= copyright() %}
{%= license() %}
***
{%= include("footer") %}