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

2.0.0 • Public • Published

Milcon

NPM info


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

Simple Express

NPM info

ko-fi

Milcon Development

Package Sidebar

Install

npm i milcon

Weekly Downloads

1

Version

2.0.0

License

ISC

Unpacked Size

81.6 kB

Total Files

11

Last publish

Collaborators

  • milcondev