Skip to content

Check some linux info and other things like password gen [Working On it]

Notifications You must be signed in to change notification settings

Deno-Sandbox/Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux 🐧

Main script:

Just check if the running platform of deno is a linux os or not

import { Snow_Linux } from "./mod.ts";
let data = new Snow_Linux();
console.log(data.isThisALinux())

password.ts

Allow you to create valid linux password (require onpenssl)

import { passwordGenerator } from "./password.ts";
let password = new passwordGenerator("password");
console.log(await password.getPassword());

About

Check some linux info and other things like password gen [Working On it]

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published