FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stackmate/Rakefile at master · stackmate/stackmate · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Oct 6, 2020. It is now read-only.
stackmate
/
stackmate
Public archive
Notifications
You must be signed in to change notification settings
Fork
12
Star
21
Code
Issues
2
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
stackmate
/
Rakefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (12 loc) · 380 Bytes
Breadcrumbs
stackmate
/
Rakefile
Copy path
File metadata and controls
12 lines (12 loc) · 380 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
namespace
:generate
do
desc
"Generate participants for CloudStack"
task
:participants
,
[
:apis
]
do
|
t
,
args
|
args
.
with_defaults
(
:apis
=>
"utils/apis_user.json"
)
ruby
"utils/apis.rb
#{
args
[
:apis
]
}
"
end
desc
"Generate JSON Docs"
task
:docs
,
[
:apis
]
do
|
t
,
args
|
args
.
with_defaults
(
:apis
=>
"utils/apis_user.json"
)
ruby
"utils/docs.rb
#{
args
[
:apis
]
}
"
end
end
Back
|
FazBrowse Home
|
New Git URL