harx-shared-library v2.4.4
Shared Library HARX
This is the shared library for HARX. You can test the package locally by following the steps below. We will publish the package soon on npm.
Cloning the Repository
First, clone the repository to your local machine:
git clone -b master https://gitlab.com/h3763/shared_library.git
cd Shared_Library
Linking the Package
To test the package locally, you can use npm link. This will create a symbolic link to the package in your global node_modules directory.
npm link
Using the Package in Your Project
In the project where you want to use the shared library, run the following command to link the shared library :
npm link harx-shared-library
This will create a symbolic link from your project's node_modules to the globally linked harx-shared-library package.
Installing the Package
To directly install the shared library into your project, use the following command:
npm install harx-shared-library
6 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago