1.0.9 • Published 1 year ago

jabi-next-visualizer v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago