An open API service indexing awesome lists of open source software.

https://github.com/railly/next-viz

Software Visualization Tool for thesis at UNMSM.
https://github.com/railly/next-viz

code-quality-analyzer nextjs thesis-project visualization-tools

Last synced: 2 months ago
JSON representation

Software Visualization Tool for thesis at UNMSM.

Awesome Lists containing this project

README

          

# Next Viz

Visualizer for Next.js projects.
I will document my journey on my [personal website](https://raillyhugo.com).

## Roadmap

- [x] Create base code for CLI (`@next-viz/cli`)
- [x] Create base code for Core (`@next-viz/core`)
- [x] Create base code for UI (`@next-viz/ui`)
- [x] Setup monorepo with [Turborepo](https://turborepo.org)
- [x] Make packages publishable by reading Turborepo docs
- [ ] Make proof of concept for CLI **(Currently working on it)**
- [ ] Setup CI/CD with Github Actions
- [ ] Create an AST parser for React projects
- [ ] Create a React component tree visualizer with [React Flow](https://reactflow.dev)
- [ ] ...

## Installation

Working on it

## Usage

Working on it

## Contributing

Working on it

## Author

- Railly Hugo ([@raillyhugo](https://twitter.com/raillyhugo))

## License

[MPL-2.0](https://choosealicense.com/licenses/mpl-2.0/)