Skip to content

This little program takes in a program and spits out it's variable description table in .xls file.

Notifications You must be signed in to change notification settings

nalin243/VdtCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VDT Creator

VDT Creator is a simple program for Indian students who might be studying java where they have to create VDTs aka Variable Description Tables. These may be asked for in projects or just plain assignments.Whatever it may be, VDTs are a pain to create.

We first have to go and find all the variables we created and note their data types. After doing this we have to write descriptions for each variable and finally put all this in an excel sheet. All this tedious and time consuming work can be prevented by using this automatic VDT creator.

Usage

Windows

Open up a command prompt and cd into the directory containing the clone and run the following code.

java -jar vdtCreator.jar

Linux

Open up a terminal and cd into the directory containing the clone and run the following code.

java -jar vdtCreator.jar

About

This little program takes in a program and spits out it's variable description table in .xls file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published