@mdshafeeq-repo/edulearn-common
v1.0.19
Published
EduLearn project's common modules
Readme
EduLearn Common Modules
Description
EduLearn Common Modules is a shared library for the EduLearn platform. It contains common utilities, types, and services that can be used across different services in the EduLearn project.
Installation
To install the dependencies, run the following command:
npm installUsage
To build the common modules, run the following command:
npm run buildTo publish the common modules to the npm registry, run the following command:
npm run publScripts
clean: Cleans thedistdirectory.build: Cleans thedistdirectory and compiles the TypeScript files.publ: Publishes the package to the npm registry.
Folder Structure
/src
/index.ts
/distLicense
This project is licensed under the ISC License.
