1.0.7 • Published 4 years ago

lazeez v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

lazeez

Node.js Build

npm install lazeez

yarn add lazeez

Provided functions

function goToLazeez(): Promise<void>;

Go to Lazeez.

Usage:

const { goToLazeez } = require('lazeez');

console.log('taking you to lazeez');
goToLazeez()
    .then(() => console.log('have fun!'))
    .catch(e => console.log(e));

CLI

% npx lazeez

Takes you to lazeez.

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago