0.4.0 • Published 8 years ago

sense-loc v0.4.0

Weekly downloads
99
License
MIT
Repository
github
Last release
8 years ago

NPM version Build status Build Status

sense-loc

Get Qlik Sense related folder locations.

About

Right now, this is a tiny library, just to get the local extension folder path, but additions might be added in the future.

API

.getLocalExtensionPath

Return the local extension path (when working with Qlik Sense Desktop). In case of a non Windows operating system, null will be returned.

Params

  • {callback}: cb - Callback that handles the request.

Example

var senseLoc = require( 'sense-loc' );
senseLoc.getLocalExtensionPath( function( err, data ) {
	console.log('Local directory for extensions: ', data);
});

Test

Install dev dependencies:

$ npm install -d && npm test

Author

License

Copyright © 2016, Stefan Walther. Released under the MIT license.


This file was generated by verb, v0.9.0, on July 19, 2016.