mmdjamali / JsNavigator

JsNavigator is an npm package that provides a graphical user interface to view your project files and dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JsNavigator is an npm package that provides a graphical user interface to view your project files and dependencies.


Languages

Language:JavaScript 98.7%Language:CSS 0.8%Language:HTML 0.6%