codeproduce
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Node.JS Projenize yüklemek için

npm install codeproduce

V Kullanım V

JS

🇹🇷 Türkçe/Turkish

A -> Büyük harfler
a -> Küçük harfler
0 -> Rakamlar
# -> İşaretler

const kod = require('codeproduce');
// Usage:
kod.olustur(Uzunluk, 'Aa0#');

kod.olustur(5, 'A');
// > AFDSG

kod.olustur(5, 'Aa');
// > AsaSA

kod.olustur(5, 'A0');
// > A5D2S

kod.olustur(5, '0a');
// > 342wa

kod.olustur(11, 'Aa0#');
// > 1adf32ED#-2


🇺🇸 İngilizce/English

A -> Capital letters
a -> Small letters
0 -> Numbers
# -> Marking

const code = require('codeproduce');
// Usage:
code.create(Length, 'Aa0#');

code.create(5, 'A');
// > AFDSG

code.create(5, 'Aa');
// > AsaSA

code.create(5, 'A0');
// > A5D2S

code.create(5, '0a');
// > 342wa

code.create(11, 'Aa0#');
// > 1adf32ED#-2

Discord adresimiz

Package Sidebar

Install

npm i codeproduce

Weekly Downloads

0

Version

0.0.2

License

Apache-2.0

Unpacked Size

16.3 kB

Total Files

8

Last publish

Collaborators

  • hurricane-candy