duplicate the template¶
before starting to write you code, you can duplicate the template to a new module.
# assure you have a shell at the root of the project
./frameworker template sketch <name>
# assure you have a shell at the root of the project
cd lib
cp template <module name>
then you can have a glances of the file structure:
file structure¶
script name |
purpose |
|---|---|
defines module info and help messages |
|
function implements |
|
defines action for getopt |
|
defines the default action |
|
the main function |
start editing¶
the file numbering is just as same as edit sequence.