An open API service indexing awesome lists of open source software.

https://github.com/adityassharma-ss/management-cli-tool

This is CLI management tool
https://github.com/adityassharma-ss/management-cli-tool

docker hacktoberfest hacktoberfest-accepted javascript json nodejs

Last synced: 3 months ago
JSON representation

This is CLI management tool

Awesome Lists containing this project

README

          

# CLI Tool - Customer Management

## Description
A command-line tool for managing customer information.

## Features
- Add, find, update, and remove customers.
- List customers with pagination support.

## Prerequisites
- Node.js
- MongoDB

## Installation
1. Clone the repository.
2. Install dependencies: `npm install`.

## Usage
- Add a new customer: `./commands.js add`
- Find a customer: `./commands.js find `
- Update a customer: `./commands.js update <_id>`
- Remove a customer: `./commands.js remove <_id>`
- List customers: `./commands.js list`

## Docker
You can run this CLI tool in a Docker container. Refer to the [Docker section](#docker) for instructions.

## License
This project is licensed under the MIT License.