milcon
v2.0.0
Published
Milcon is a unique package that gives you multiple useful usages using functions and events. Coming soon more functions.
Downloads
13
Maintainers
Readme
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()