A visualization of the application structure. See, read & learn the code, effortlessly.
An invaluable tool for developers who will be able to immediately see the layout of the application folder and how the files within connect with one another.
Go to the chosen app directory on the CLI, then install the following -
yarn global add app-overview
-or-
npm install -g app-overview
Once installation is complete, input your entry point like so -
overview index.js
-or-
overview src/index.js
This will build the config file and begin the visualization. Once complete, the visual file will open in your default browser. Click the menu and choose a view.
Alternatively, you can go to YourAppDirectory/visual/overview.html
.
If you would like to reset/delete the Visual folder, simply enter overview -r
in your CLI to remove the contents.
Enjoy!
overview _.js
- Set entry file point + begin visualizationoverview -r
- Remove Visual folder + resetoverview -h
- Menu/helpoverview -p
- View current path
- d3 - Data driven visualization
- node - Modular CLI config & system filing
- webpack - Bundling application for npm consumption
- npm - Packaging, versioning & publishing
- command line args - Parsing CLI options
- Achim Bode - Data Visualization/D3 - achimbode
- Karsten Balogh - Parsing/Data Algorithms - karstenba
- Nikita Kudryavtsev - Data Visualization/D3/Front-End - palevoo
- Rainier Louis - CLI Environment/NPM - rainierlouis
This project is licensed under the MIT License - see the LICENSE.md file for details