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
- Host: GitHub
- URL: https://github.com/adityassharma-ss/management-cli-tool
- Owner: adityassharma-ss
- Created: 2023-10-02T16:36:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T16:45:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T10:50:48.155Z (over 1 year ago)
- Topics: docker, hacktoberfest, hacktoberfest-accepted, javascript, json, nodejs
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.