2.0.0 • Published 5 months ago

milcon v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Install

$ npm install milcon

PassGen 1.0.2

Function to create passwords made by letters and numbers randomly with a specified length.

const  { passgen } = require('milcon');
console.log(passGen(6));  // => NzA8YT

passGen(length: Number)

Quotesgen 1.0.5

Function to create rand quotes for strings.

const  { quotegen } = require('milcon');
quotegen(10)

Quotes(Number of quotes: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 etc.)

Npminfo 1.0.10

Function to fetch the npm package information.

const { npminfo } = require('milcon');
let data = await npminfo("discord.js");
    message.channel.send(data);

uptimer 2.0.0

To make your projects 24/7, we first need our systems online 24/7.So we are using highly capable virtual machines to keep our systems online

const  { uptimer } = require('milcon');
uptimer()

Other packages

ko-fi

Milcon Development

1.1.1

5 months ago

1.1.0

5 months ago

2.0.0

5 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

9 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago