2.0.0 • Published 2 years ago

milcon v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.1.0

2 years ago

2.0.0

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago