Corteza Javascript/TypeScript libs
Types, API clients and other libs that are used across Corteza web applications, Corredor server and automation scripts.
These libs are clone of https://github.com/cortezaproject/corteza-js some extensions added to them
Workflow
$3
.Make sure dependencies are loaded:
[source,shell script]
----
yarn
----
.Link with projects that use this lib:
[source,shell script]
----
yarn link
----
(follow instructions outputed by link command)
$3
.Bundle changes
[source,shell script]
----
yarn build
----
Add
-w flag after build to watch files for changes and auto rebuild