Skip to content

Commit c9f487c

Browse files
Update and rename bash.sh to bin/bash.sh
1 parent c3bc340 commit c9f487c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

bash.sh renamed to bin/bash.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
$ yard graph --protected --full --dependencies
2+
$ yard server --gems
13
echo "# azure-cosmosdb-nextjs-starter" >> README.md
24
git init
35
git add README.md
46
git commit -m "first commit"
57
git branch -M main
68
git remote add origin https://github.com/QUBUHUB/temp.git
79
git push -u origin main
10+
$ rake yard OPTS='--any --extra --opts'
811
git branch -m QUBUHUBsoftware main
912
git fetch origin
1013
git branch -u origin/main main
@@ -17,3 +20,11 @@ git init
1720
git remote add origin https://github.com/QUBUHUB
1821
git push -u origin main
1922
$ gem install yard
23+
$ yard server "https://localhost:8808"
24+
$ yri YARD::Handlers::Base#register
25+
$ yri File.relative_path
26+
--query '@return' --query '@param'
27+
--query '@return && @param`
28+
--query '@api.text == "public"'
29+
--query 'object.has_tag?(:api) && object.tag(:api).text == "public"'
30+
--query 'has_tag?(:api) && tag(:api).text == "public"'

0 commit comments

Comments
 (0)