Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 5.03 KB

README.md

File metadata and controls

57 lines (43 loc) · 5.03 KB

react-key-generator

Travis Build Status Github Build Status npm version Known Vulnerabilities License ts

A simple key extractor/generator, intended for use with arrays of objects in React

Usage

Pending...

Debugging

The project can be debugged with Chrome Node DevTools.

First off, add debugger statements in the code where you would like to place your breakpoints. Then add code to index.ts to call the function(s) you wish to debug. Run:

npm run debug

This will compile the typescript then run node --inspect-brk so you can attach the Chrome Node DevTools debugger. Open Chrome browser, go to chrome://inspect, and click "Open dedicated DevTools for Node" under Devices.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Dave Hughes

💬 💻 🎨 📖 💡 💵 🤔 🚇 🚧 📦 👀 ⚠️

Palecio

💬 🤔 👀

rtellez-xumak

💬 🤔

lmorales-xumak

💬

cwparsons

💬 🤔

Tomek

🤔

This project follows the all-contributors specification. Contributions of any kind welcome!