Skip to content

ZackMisso/ClassGenerator

Repository files navigation

#Class Generator - Command Line Tool

This program is created to reduce the amount of time spent typing up repetitive
code when setting up classes.

Commands:

help - lists all commands that can be ran
quit - exits the program
exit - exits the program
bake - takes all info from the user and creates the files. Then exits the program
da - displays all information about the created classes
dcl - displays information about the current class
dm - displays all methods in the current class
dv - displays all variables in the current class
dco - displays all constructors in the current class
dcm - displays current method
dcv - displays current variable
dcc - displays current constructor
dcli - displays list of all classes and allows the user to choose one
dmi - displays list of all methods and allows the user to choose one
dvi - displays list of all variables and allows the user to choose one
dcoi - displays list of all constructors and allows the user to choose one
cr [classname] [flags] - create class
[flags]:
am [methodname] [flags] - create method
[flags]:
av [variablename] [flags] - create variable
[flags]:
ac [arg1Type] [arg1Name] ... [argNType] [argNName] - create constructor
ad - create destructor
vcl [classname] - view class
vm [methodname] - view method
vv [variablename] - view variable
vco - ???
rcl [classname] - deletes class
rm [methodname] - deletes method
rv [variablename] - deletes variable
rco - deletes constructor ???

About

Command Line Tool to create code files for me based on the member variables and methods I tell it to make

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages