Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

exit-on-esc

SirWindfield2Apache-2.00.0.1

A small debug library to print a buffer's content as a hex table

exit, escape

readme

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

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.1 (2018-03-14)

Features

  • init: Added project to git (bd08ed5)