exit-on-esc

0.0.1 • Public • Published

exit-on-esc

travis-badge commitizen-badge greenkeeper-badge npm-badge pkgsign-badge

A small library that will quit the process if a user presses the escape key.

const exitHandler = require('exit-on-esc');
 
// initialize escape handler.
exitHandler();

Installation

Install it using your favorite package manager!

$ npm install exit-on-esc

/exit-on-esc/

    Package Sidebar

    Install

    npm i exit-on-esc

    Weekly Downloads

    2

    Version

    0.0.1

    License

    Apache-2.0

    Unpacked Size

    6.56 kB

    Total Files

    6

    Last publish

    Collaborators

    • sirwindfield