https://github.com/kainnhantumbo/password-generator-cli
Command Line Interface application to generate passwords with Node.js
https://github.com/kainnhantumbo/password-generator-cli
chalk clipboardy commanderjs nodejs typescript
Last synced: about 2 months ago
JSON representation
Command Line Interface application to generate passwords with Node.js
- Host: GitHub
- URL: https://github.com/kainnhantumbo/password-generator-cli
- Owner: KainNhantumbo
- License: gpl-3.0
- Created: 2022-10-13T23:10:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-05T12:34:59.000Z (4 months ago)
- Last Synced: 2026-03-05T16:32:03.698Z (4 months ago)
- Topics: chalk, clipboardy, commanderjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Password Generator CLI (Node.js + Typescript)
This is a **bug tracker application** built with React.JS and Typescript. To be short, the main goal here is to help developers to keep track of the software development bugs and issues, in a simple and more efficient way. You can find the API source code [here](https://github.com/KainNhantumbo/bug-tracker-api).
## ✨ Features
- 🔑 Generate Random Passwords
## Scripts for testing
Make sure you have installed **Node.js (v16.15.3 or later recommended) which also comes with npm**.\
In the project directory, you can run in terminal:
```bash
npm install --save
npm run dev
```
👆 Runs the app in the development mode and the server will reload when you make changes to the source code.
```bash
npm run build
```
👆 Builds the app to the **dist folder**.
```bash
npm run start
```
👆 Starts the app.
## 🎩 Installation and Usage
To install the CLI globally, open terminal in the project root directory and run the following command:\
🔔 Note: this is a one time setting.
```bash
npm link
```
Then run the following command to start:
```bash
password-generator
```
For options and help, run:
```bash
password-generator -h
```
Have fun.
## 📧 Contact
E-mail: [nhantumbok@gmail.com](nhantumbok@gmail.com 'Send an e-mail')\
Github: [https://github.com/KainNhantumbo](https://github.com/KainNhantumbo 'See my github profile')
Portfolio: [https:https://codenut-dev.vercel.app](https:https://codenut-dev.vercel.app 'See my portfolio website')\
My blog: [https://codenut-dev.vercel.app/en/blog](https://codenut-dev.vercel.app/en/blog 'Visit my website')
### ⚡️ Other Projects
I have curated a detailed list of [all the projects](https://github.com/KainNhantumbo) I have authored. Do take out a moment and take a look.
#### If you like this project, let me know by leaving a star on this repository so I can keep improving this app.😊😘
Best regards, Kain Nhantumbo, a web developer from Mozambique.\
**Made with ❤ Node.js and Typescript**
## 🔑 License
Licensed under GNU General Public License Version 3. All rights reserved.\
Copyright © 2022 Kain Nhantumbo.