mancala/core
2024-06-18 00:36:35 +03:00
..
src (refactor) move http service to core package 2024-06-18 00:36:35 +03:00
.eslintignore [core] add core package 2024-06-16 23:31:33 +03:00
.eslintrc [core] add core package 2024-06-16 23:31:33 +03:00
.gitignore [core] add core package 2024-06-16 23:31:33 +03:00
.prettierrc [core] add core package 2024-06-16 23:31:33 +03:00
jest.config.js [core] add core package 2024-06-16 23:31:33 +03:00
package-lock.json [core] add core package 2024-06-16 23:31:33 +03:00
package.json (refactor) move pit animatorto core package 2024-06-18 00:24:45 +03:00
README.md [core] add core package 2024-06-16 23:31:33 +03:00
tsconfig.json [core] add core package 2024-06-16 23:31:33 +03:00
yarn.lock (refactor) move pit animatorto core package 2024-06-18 00:24:45 +03:00

Mancala Core

This module contains common functionalities for the Mancala project.

Build

yarn build

Usage

Link this local package to other packages (backend, frontend, mobile).

yarn link

In the target package folder, run:

cd ../backend
yarn link @mancala/core

NPM Publish Instructions

Run the following commands:

npm login
npm publish --access public