namso-gen
v1.0.7
Published
generate credit card numbers
Downloads
11
Readme
namso-gen
setup
npm i -g namso-gen
usage
generating cards
namso-gen -g
will generate one card with a random bin
namso-gen -g 123456
generates card with the bin 123456
namso-gen -n 10
generates 10 cards with random bins
namso-gen -g 123456 -n 10 > cards.txt
generates 10 cards with the bin 123456 and saves them to cards.txt