Go to file
2024-04-17 23:26:39 +02:00
.vscode initial commit 2024-03-24 20:45:07 +01:00
src [DEV] update umload progress 2024-04-17 23:20:20 +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 Revert "[DEV-OPS] update dependency" 2024-04-17 23:26:39 +02:00
pnpm-lock.yaml [DEV] update version that is first full work 2024-04-13 08:59:13 +02:00
README.md [DEV] update version that is first full work 2024-04-13 08:59:13 +02:00
tsconfig.json [DEV] simplify the library but not ok with the result missung subfolders... 2024-04-03 00:33:33 +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

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.