StoglRobotics / ros_team_workspace

RosTeamWorkspace is a framework for boosting collaboration in teams when developing software for robots using Robot Operating System (ROS1 and ROS2).
https://rtw.stoglrobotics.de
Apache License 2.0
89 stars 18 forks source link

We need a new command to set up formatting for a new package #132

Open destogl opened 1 year ago

destogl commented 1 year ago

Often, after a package is created, I would like to have formatting easily set. This should be straightforward.

  1. copy .clang-format from templates/package folder
  2. copy .pre-commit-config.yaml from templates/package folder
  3. create .codespell-ignore-words.txt using touch

@muritane this could be a great new command for the new cli.