3.0.1 • Published 3 years ago

lock-system v3.0.1

Weekly downloads
25
License
MIT
Repository
github
Last release
3 years ago

lock-system

Lock your system

Shows the login screen the next time you use the computer.

Supports macOS, Linux, and Windows.

Install

npm install lock-system

Usage

import lockSystem from 'lock-system';

lockSystem();

API

lockSystem()

Locks the system.

Throws an error if executing the lock command fails or if the OS is not supported.

Related