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.
- Host: GitHub
- URL: https://github.com/railly/next-viz
- Owner: Railly
- License: mpl-2.0
- Created: 2022-07-02T23:59:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T12:50:40.000Z (almost 3 years ago)
- Last Synced: 2025-02-18T17:03:16.911Z (12 months ago)
- Topics: code-quality-analyzer, nextjs, thesis-project, visualization-tools
- Language: TypeScript
- Homepage:
- Size: 3.59 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)