Go to file
2024-05-14 08:45:38 +02:00
.island [DEV] error in position of update 2024-05-12 12:16:30 +02:00
.vscode initial commit 2024-03-24 20:45:07 +01:00
src [DEV] update dev version 2024-05-12 11:52:11 +02:00
.editorconfig initial commit 2024-03-24 20:45:07 +01:00
.gitignore initial commit 2024-03-24 20:45:07 +01:00
angular.json [DEV] simplify the library but not ok with the result missung subfolders... 2024-04-03 00:33:33 +02:00
ng-package.json [DEV] start to work 2024-04-05 23:50:47 +02:00
package.json [RELEASE] create version v0.3.0 2024-05-14 08:45:38 +02:00
pnpm-lock.yaml [DEV] update dev version 2024-05-12 11:52:11 +02:00
README.md [DEV] update version that is first full work 2024-04-13 08:59:13 +02:00
tsconfig.json [DEV] set compatibility with old ES 2024-05-10 23:35:56 +02:00
tsconfig.prod.json [DEV] simplify the library but not ok with the result missung subfolders... 2024-04-03 00:33:33 +02:00
tsconfig.spec.json [DEV] simplify the library but not ok with the result missung subfolders... 2024-04-03 00:33:33 +02:00
tslint.json [DEV] initial commit (that not work) 2024-03-29 18:35:55 +01:00
version.txt [RELEASE] create version v0.3.0 2024-05-14 08:45:38 +02:00

KarCw

Karideo-And-Rabbit Common Web is a generic library of the KAR application group

Develop:

Install dependency

pnpm install

Build for debug:

pnpm run dev

Build the environment

pnpm run build

deploy the environment

cd dist/kar-cw
pnpm publish --no-git-checks

or

pnpm run deploy

Use development mode for the library:

In a terminal run:

pnpm run dev

On your client library run

cd <<CLIENT_PATH>>
pnpm link <<PATH_HERE>>/dist/kar-cw/
# ex: pnpm link ../kar-cw/dist/kar-cw/

Execute your library build as usual.