https://github.com/zalweny26/funnytools
Various tools to increase programming skills
https://github.com/zalweny26/funnytools
Last synced: about 2 months ago
JSON representation
Various tools to increase programming skills
- Host: GitHub
- URL: https://github.com/zalweny26/funnytools
- Owner: zAlweNy26
- License: mit
- Created: 2022-04-17T19:24:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T20:04:47.000Z (about 2 years ago)
- Last Synced: 2025-04-06T06:09:46.084Z (about 2 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FunnyTools
Tools for various things.
## Installation
Make sure you have NodeJS and NPM installed properly.
Inside the downloaded folder :
```batch
npm install
```## Usage
```batch
> node index.js -h
Usage: index [options] [command]
Options:
-h, --help display help for command
Commands:
check Check if the credit card number is valid using the luhn algorithm
gen [options] [amount] Generate a specific amount of credit cards, hoping that one of them is valid
help [command] display help for command
```