Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add authors/maintainers/licenses to context, which are the default values on package creation #548

Merged
merged 1 commit into from
Nov 25, 2019

Conversation

furushchev
Copy link
Contributor

@furushchev furushchev commented Apr 15, 2019

This PR adds --authors, --maintainers and --licenses options to set the default values on creating new packages.

By using this PR, we can use short command line arguments to create new packages:

BEFORE:

catkin create pkg awesome_pkg -a 'John Doe' 'foo@bar.com' -a ... -m 'John Doe' 'foo@bar.com' -m ... -l MIT -c <deps>

AFTER:

catkin create pkg awesome_pkg -c <deps>

@mikepurvis
Copy link
Member

Works great, thanks!

@mikepurvis mikepurvis merged commit ddd6a0d into catkin:master Nov 25, 2019
timonegk added a commit that referenced this pull request Apr 19, 2022
It was added in #548 and at least I couldn't get it to work, not even on
the original commit where it was implemented. But since noone
complained, I am just removing it.
timonegk added a commit that referenced this pull request Apr 19, 2022
It was added in #548 and at least I couldn't get it to work, not even on
the original commit where it was implemented. But since noone
complained, I am just removing it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants