Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

stefanwalther/sense-extension-contrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sense-extension-contrib

Information how to build and contribute to the Qlik Sense extensions I have built.

Table of Contents

(TOC generated by verb using markdown-toc)

Welcome !

This is the right page for you if you want to make changes to any of the Qlik Sense Visualization extensions I have created. They all follow the same pattern:

Building the Project

To make changes to the project, it is recommended to take these steps:

  • Fork the project
  • run npm install
  • All source files for the extension are located in the ./src directory

Whenever you make changes to the ./src files, just rebuild the entire project:

  • Install sense-go as global package: npm install -g sense-go
  • Run sense-go build

This will actually

  • Create a new build in the ./build/dev directory.
  • Create a new zipped version of your build called %project_name%_dev.zip in the ./build/ directory.

Release your changes:

  • Run sense-go release

Which will

  • Create a new build in the ./build/release directory
  • Create a new zipped version of your build called %project_name%_v%%pkg.version%% (as defined in package.json)
    • e.g. sense-navigation_v1.0

For more options and a detailed explanation of the features of sense-go visit https://github.com/stefanwalther/sense-go

Related Projects

Qlik Sense visualization extensions using this pattern:

About

Author

Stefan Walther

License

MIT


This file was generated by verb-generate-readme, v0.6.0, on June 09, 2017.

About

Information how to build and contribute to the Qlik Sense extensions I have built.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published