robotology / yarp

YARP - Yet Another Robot Platform
http://www.yarp.it
Other
520 stars 194 forks source link

Create a yarp module template using yarp companion #693

Open apaikan opened 8 years ago

apaikan commented 8 years ago

Up to now yarp companion (e.g., yarp cmake) allows creating only a yarp cmake template.
It would be useful to create a complete yarp module template (i.e., rfmodule, module xml file, cmake with installation,...) using yarp companion.

suggestions:

apaikan commented 8 years ago

more suggestions:

Later this can become a graphical wizard in the yarpbuilder!

pattacini commented 8 years ago

If we go for the yarp create project ... solution, I'd say we could more suitably transform the command yarp cmake into a yarp create cmake.

drdanz commented 8 years ago

I like yarp project

Perhaps we should have some templates that are not hardcoded in yarp, and that can be extended by adding files in the right folder

barbalberto commented 8 years ago

If this is meant only for creation, I guess

is more clear that this command is creating something.

If we think to have also something like:

Then for creating new stuff the command could be:

A bit more verbose but more understandable. The more the command is self-explanatory, the less documentation needs to be verbose.

bhigy commented 7 years ago

Sounds like a nice feature. If we decide how we want to do, I can work on it.