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

RevEng: Custom Templates #2598

Closed
wants to merge 1 commit into from
Closed

Conversation

lajones
Copy link
Contributor

@lajones lajones commented Jul 10, 2015

Addresses issues #2415, #2418 & #2581.
Allow outputting of default templates to user's project directory.
Use such templates instead of the defaults if they are available.
Various tab-expansion improvements for Powershell version of the commands.

outputting default templates and various tab-expansion improvements for
Powershell versoin of commands.
@lajones lajones self-assigned this Jul 14, 2015
if (!($projectName)) {
$projectName = (Get-Project).ProjectName
}
return Get-Package -ProjectName $projectName | select -ExpandProperty Id
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DRY. Pull this out into its own function now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do.

@bricelam
Copy link
Contributor

:shipit:

@lajones
Copy link
Contributor Author

lajones commented Jul 15, 2015

Checked in - commit 5f02ee3.

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.

None yet

4 participants