Skip to content

cmtt-ru/heyka-sdk

Repository files navigation

Heyka SDK

This is a SDK part of Heyka. It is a github submodule with components and pages that are reused in both desktop part and web part.

For complete list of Heyka features and full product explanation, refer to Heyka's main repository.

SDK setup

This submodule is installed by running this command in project root folder:

git submodule add https://github.com/cmtt-ru/heyka-sdk src/sdk

It should create a .gitmodules file in root folder with this content:

[submodule "src/sdk"]
	path = src/sdk
	url = ../heyka-sdk

Then while developing the application you can just commit sdk changes from whithin the sdk folder, and it will be pushed to a heyka-sdk repository. Just make sure to update the sdk submodule version to a relevant one when working on other repository that also uses sdk.

 

License: MIT

Copyright Ⓒ 2020-present Komitet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published