rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Ability to add/sync dev aliases for running forked and-cli changes #134

Open brandongregoryscott opened 3 years ago

brandongregoryscott commented 3 years ago

Based on @wintondeshong's comment in this PR: https://github.com/AndcultureCode/AndcultureCode.Cli/pull/130#discussion_r525055808

Update the install command or workspace command to add bash aliases for running forked changes from contributors, ie: and-cli-brandongregoryscott would run changes from my fork of the and-cli repo. A first pass of this would probably be easier as a configurable prefix for the current install command so that it doesn't just use dev everytime, but it could be taken a step further with the workspace command to set up aliases for every contributor that has this repository forked.

At this point, it would probably make sense to extract out the logic in the install command so it can be tested and shared with the workspace command if needed.