lokk

0.0.0 • Public • Published

lokk

Lock your computer

Only OS X and Windows systems is currently supported

Install

$ npm install --save lokk

Usage

const lokk = require('lokk');
 
lokk().then(() => {
    console.log('Computer is locked');
});

API

lokk()

Returns a promise that resolves in to nothing.

License

MIT © Andreas Gillström

Package Sidebar

Install

npm i lokk

Weekly Downloads

3

Version

0.0.0

License

MIT

Last publish

Collaborators

  • gillstrom