Socket
Socket
Sign inDemoInstall

jabi-next-visualizer

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jabi-next-visualizer

Visualizer for Next.js routes and components


Version published
Weekly downloads
7
Maintainers
0
Weekly downloads
 
Created
Source

Jabi Next Visualizer

Visualizer for Next.js page router showing routes and components in tree hierarchies.

How to Use On a Project:

  1. Install package
npm install jabi-next-visualizer
  1. Run parse to parse project's source code
npx jabi-next-visualizer extract
  1. Run server for visualizer app preview
npx jabi-next-visualizer visualize

Deployment:

After developing package:

  1. Build the TypeScript file
npm run tsc

It will create new folder named cli-build.

  1. Build visualizer app
cd app && npm run build

Development:

app folder contain visualizer app using Next.js page router. cli folder contain cli app, server app, and config constants.

To Do:

  • Add checking to make sure that parse command already run before running the server.

FAQs

Package last updated on 11 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc