FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rules_ruby/.bash_bazel at develop · bazelruby/rules_ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bazelruby
/
rules_ruby
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
99
Code
Issues
18
Pull requests
5
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
rules_ruby
/
.bash_bazel
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (19 loc) · 506 Bytes
Breadcrumbs
rules_ruby
/
.bash_bazel
Copy path
File metadata and controls
22 lines (19 loc) · 506 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!
/usr/bin/env bash
#
#
Install me in your ${HOME} folder, and add me to your ~/.bashrc:
#
#
cp .bash_bazel ~/ && echo 'source ~/.bash_bazel' >> ~/.bashrc
#
[[
-n
$(
command -V brew
)
]]
&&
{
completion=
"
$(
brew --prefix
)
/etc/bash_completion
"
[[
-f
"
${completion}
"
]]
&&
{
source
"
${completion}
"
}
}
alias
bb=
'
bazel build
'
alias
bba=
'
bazel build //...:all
'
alias
bbr=
'
bazel run
'
alias
bbx=
'
bazel clean --expunge
'
alias
bbq=
'
bazel query
'
alias
bbt=
'
bazel test
'
alias
bbqa=
'
bazel query //...:all
'
Back
|
FazBrowse Home
|
New Git URL