ei-dev-shared
v1.1.2
Published
Shared components for EnAble India Projects
Maintainers
Readme
EI Dev Shared
This repository contains shared backend services for the ENABLEINDIA project.
Table of Contents
Introduction
The ei-dev-shared repository includes common backend services and utilities used across various ENABLEINDIA projects. It aims to provide reusable components to streamline development and ensure consistency.
Installation
To install the dependencies, run the following command:
npm installUsage
To start the development server, use:
npm startFor running tests:
npm testContributing
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
