2.3.16 • Published 10 months ago

js-navigator v2.3.16

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

JsNavigator

JsNavigator is an npm package that provides a graphical user interface to view your project files and dependencies. Make a request to your backend files and watch how your modules interact with that request

Installation

To use JsNavigator, install it using npm:

npm install js-navigator

Usage

  1. Import JsNavigator using require or import:
const JsNavigator = require("js-navigator"); // using require
// or
import * as JsNavigator from "js-navigator"; // using import
  1. Use the JsNavigator function to run the app:
JsNavigator(__filename);
  1. Run your project
  2. Run this command in your terminal :
npm run js-nav

License

JsNavigator is licensed under the ISC License. Feel free to use, modify and distribute it.

2.3.0

11 months ago

2.0.3

11 months ago

2.2.0

11 months ago

2.0.2

11 months ago

2.3.2

11 months ago

2.3.1

11 months ago

2.0.4

11 months ago

2.3.4

11 months ago

2.3.3

11 months ago

2.3.6

11 months ago

2.3.5

11 months ago

2.1.0

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

2.3.8

11 months ago

2.3.7

11 months ago

2.3.9

10 months ago

2.3.16

10 months ago

2.3.13

10 months ago

2.3.12

10 months ago

2.3.15

10 months ago

2.3.14

10 months ago

2.3.11

10 months ago

2.3.10

10 months ago

1.0.0

1 year ago