1.0.22 • Published 2 years ago

ndevtool v1.0.22

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ndevtool allows you to easily load your Node.js projects in to what is effectively chrome devtools. It uses the latest version of electron to run your projects and display chromium devtools. F5 and ctrl+R can be used to restart your project after you make changes to the source. I built this to replace the legacy devtool package which could only supports node v6 features.

In order to install run the following two commands:

npm install -g electron
npm install -g ndevtool

The reason I don't include electron as a dependency is because it is huge and I might as well use the global installation.

After you have installed it you can use it like this:

ndevtool [file name]

example:
ndevtool index.js
1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago