Skip to content

Instantly share code, notes, and snippets.

@RobertBoes
Last active April 14, 2023 11:22
Show Gist options
  • Save RobertBoes/598e28332bc09d19a00fe1994bbde7ab to your computer and use it in GitHub Desktop.
Save RobertBoes/598e28332bc09d19a00fe1994bbde7ab to your computer and use it in GitHub Desktop.
Starship custom command - Laravel version
[custom.laravel]
when = "test -f artisan"
command = '''
cat composer.lock| pcregrep -M '"name": "laravel/framework",\n.*"version":' | grep -Eo 'v([0-9]*\.[0-9]*\.[0-9]*)'
'''
format = "via [$symbol($output )]($style)"
symbol = " "
style = "fg:#FF2D20 bold"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment