== Introduction Template *Meow* is a set of templates in multiple programming language. Most of them doesn't need to compile before using, developer can just include it to get the classes/functions in it. === Git branches: * master: The release version, which doesn't not contain the testing code. * develop: It's contains all the source in this project, includes testing code and the documents generated by doxygen in addition. === Brief introduction about File Tree: * '.doxygen/' Data for generating the documents of this project. * '.readme/' Data for generating the readme file. * 'doc/' Contains the documents of this project. ** 'html/' Documents in HTML format. *** 'index.html' Home page. * 'moewpp/' C++ Templates. ** '...' (See below for detail introduction) * 'meowpp_unittest/' Unittest code for meowpp. * 'meowjs/' JS library (Not implement yet). ** '...' (See below for detail introduction) * 'meowjs_unittest/' Unittest code for meowjs.