Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noslate-project/devtoolx

javascript developer toolbox
https://github.com/noslate-project/devtoolx

Last synced: about 1 month ago
JSON representation

javascript developer toolbox

Awesome Lists containing this project

README

        

# DevTools X

[![npm version](https://badge.fury.io/js/devtoolx.svg)](https://badge.fury.io/js/devtoolx)
[![Package Quality](http://npm.packagequality.com/shield/devtoolx.svg)](http://packagequality.com/#?package=devtoolx)
[![npm](https://img.shields.io/npm/dt/devtoolx.svg)](https://www.npmjs.com/package/devtoolx)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)

JavaScript Developer Toolbox

* Aid in the analysis of memory

## Installation

```bash
npm install devtoolx -g
```

## Usage

### Search node by address or ordinal id

```bash
devtoolx -s [-p ]
```

example:

![devtoox.gif](https://raw.githubusercontent.com/hyj1991/devtoolx/master/assets/devtoolx.gif)

### Color

* light bule: means gc root
* dark red: means this object's retainedSize / totalSize > 0.2

### Help

```bash
devtoolx -h
devtoolx --help
```

## License

[MIT License](LICENSE)

Copyright (c) 2023 noslate project