@1stmmd/js-navigator
v2.5.2
Published
watch your project files and their dependencies, make a request to your backend application and watch how your files interact with that request
Readme
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-navigatorUsage
- Import JsNavigator using require or import:
const JsNavigator = require("js-navigator"); // using require
// or
import * as JsNavigator from "js-navigator"; // using import- Use the JsNavigator function to run the app:
JsNavigator(__filename);- Run your project
- Run this command in your terminal :
npm run dev License
JsNavigator is licensed under the ISC License. Feel free to use, modify and distribute it.
