cplusplus
Get Version
1.0.1What
Rubigen generators for C++ projects.
Installing
sudo gem install cplusplus
The basics
cplusplus project_name
to create a new C++ project
script/generate class class_name
to create a new class – Includes .cpp file, .h file, and a cppunit unit test.
script/generate file file_name
to create a new file – Includes .cpp file, .h file, and a cppunit unit test.
How to submit patches
Fork the project on github and send a pull request.
Build and test instructions
cd cplusplus rake test rake install_gem
License
This code is free to use under the terms of the MIT license.
Contact
Comments are welcome. Send an email to Matt Pruitt.
Matt Pruitt, 12th October 2008
Theme extended from Paul Battley