Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 285 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 285 Bytes

Tool for making cpp classes. As for now, automatically creates basic .h file layout, allows you to write (in vim) some more functions you want to implement, and after you close vim, it creates .cpp file and empty definitions for them inside it. Console command is: mclass ClassName