makeobj

From EosPedia
Jump to: navigation, search

makeobj is Eos's Development Support Command about Library(API).

Format of Command

makeobj [ClassName] [ToolName] [update|new]

new

Create a new directory that has the following structure for development of Library(API).

$EOS_HOME/src/Objects/[ClassName]/[ToolName]

update

Example Command

There are options as the following.
    makeobj ClassName ToolName new
    makeobj ClassName ToolName update
    makeobj ClassName ToolName
    makeobj ClassName
    makeobj -h