https://github.com/colcon/template-package
Template for creating new colcon extensions
https://github.com/colcon/template-package
colcon
Last synced: about 1 year ago
JSON representation
Template for creating new colcon extensions
- Host: GitHub
- URL: https://github.com/colcon/template-package
- Owner: colcon
- License: apache-2.0
- Created: 2023-02-03T23:23:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T23:22:39.000Z (over 1 year ago)
- Last Synced: 2025-05-17T10:09:57.796Z (about 1 year ago)
- Topics: colcon
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
template-package
================
An extension for `colcon-core `_ to act as a template for new extensions.
When using this template, be sure to replace all instances of the word "template" in the repository::
$ find * -type f | xargs sed -i 's/template-package/colcon-package-name/g'
$ find * -type f | xargs sed -i 's/template_package/colcon_package_name/g'
$ mv template_package colcon_package_name
$ grep -iR template *