1.0.4 • Published 7 years ago

escape-hatch v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Escape Hatch

This simple library will be your watchdog and provide you with assistance when you encounter an error in your terminal or console.

Getting Started

npm install escape-hatch

Installing

--- For attaching Escape Hatch in your node project. ---

require('escape-hatch')()

At the top of any file you want to monitor

--- For attaching Escape Hatch in your front-end project. ---

Just require escape-hatch-browser in any html file that is loading js scripts

You can publically serve this, or access it directly with

<script src='node_modules/escape-hatch/escape-hatch-browser'></script>

Authors

  • Alice Perez
  • Cindy Chen
  • Jen Tam
  • Josh White
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago