You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`source` (String): The Git provider (e.g. `"github.com"`).
110
131
-`owner` (String): The repository owner.
111
132
-`name` (String): The repository name.
133
+
-`ref` (String): The repository ref (e.g., "master" or "dev").
134
+
-`filepath` (String): A filepath relative to the repository root.
135
+
-`filepathtype` (String): The type of filepath in the url ("blob" or "tree").
112
136
-`full_name` (String): The owner and name values in the `owner/name` format.
113
137
-`toString` (Function): A function to stringify the parsed url into another url type.
114
138
-`organization` (String): The organization the owner belongs to. This is CloudForge specific.
@@ -137,6 +161,7 @@ this takes time. You can integrate and use these projects in your applications *
137
161
138
162
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
139
163
164
+
140
165
- Starring and sharing the projects you like :rocket:
141
166
-[![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin::book:
142
167
-[![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
@@ -145,6 +170,7 @@ However, if you get some profit from this or just want to encourage me to contin
145
170
146
171

147
172
173
+
148
174
Thanks! :heart:
149
175
150
176
@@ -171,6 +197,7 @@ If you are using this library in one of your projects, add it in this list. :spa
171
197
-[`generator-clearphp`](https://github.com/jkphl/generator-clearphp#readme) (by Joschi Kuphal)—Scaffold for Composer based PHP projects with a lot of integrations, advocating the use of The Clear Architecture (https://jkphl.is/articles/clear-architecture-php)
172
198
-[`generator-nm-bti`](https://gitlab.com/beneaththeink/generator-nm-bti#README) (by Tyler Johnson)—Scaffold out a node module, Beneath the Ink style.
173
199
-[`generator-openapi-repo`](https://github.com/rebilly/generator-openapi-repo#readme) (by Roman Hotsiy)—Yeoman generator for OpenAPI(fka Swagger) repo to help you share spec for your API
200
+
-[`git-cherry-fix`](https://npmjs.com/package/git-cherry-fix)—> helps you get your fixes to another branch by cherry-picking them
174
201
-[`git-issues`](https://github.com/softwarescales/git-issues) (by Gabriel Petrovay)—Git issues extension to list issues of a Git project
-[`gitbook-start-iaas-ull-es-merquililycony`](https://github.com/ULL-ESIT-SYTW-1617/gitbook-start-iaas-ull-es-merquililycony#readme) (by Constanza León, Merquis Cruz, Liliana Galiano)—*El objetivo de esta práctica es extender el package NodeJS publicado en npm en una práctica anterior con una nueva**funcionalidad que permita que los usuarios realizar un despliegue automatico en el servidor de IAAS*
-[`gitc`](https://github.com/cezarlz/gitc#readme) (by Cezar Luiz)—Manage your pull requests and issues from your command line.
183
211
-[`github-publish-npm`](https://github.com/ofersadgat/github-publish-npm) (by Ofer Sadgat)—This will upload publish npm assets to the GitHub Releases API.
184
212
-[`gitlab-ci-variables-setter-cli`](https://github.com/temando/gitlab-ci-variables-cli#readme) (by Khoa Tran)—CLI tool to allow setting multiple pipeline variables on Gitlab CI.
213
+
-[`gitline`](https://github.com/cezarlz/gitline#readme) (by Cezar Luiz)—Manage your pull requests and issues from your command line.
185
214
-[`gtni`](https://nmrony.github.io/gtni) (by Nur Mohammed Rony)—Install your all npm dependencies recursively with gtni while you are doing git clone, fetch or pull
186
215
-[`lcov-server`](https://github.com/gabrielcsapo/lcov-server#readme) (by Gabriel J. Csapo)—🎯 A simple lcov server & cli parser
0 commit comments