1.0.7 • Published 5 years ago

lazeez v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago