gremlex icon indicating copy to clipboard operation
gremlex copied to clipboard

Add missing basic gremlin traversal functions

Open kevmojay opened this issue 7 years ago • 2 comments

Gremlex is in early stages of development and thus missing a ton of functions. We want your help to add them for pretty easy PR points for your t-shirt from hacktoberfest. Below is all the simple PRs you can make.

Take a look at the additional references section in each link to see the possible ways to use the functions. We don't currently support functions that take a Traversal, Consumer, and Scope (there may be others. Basically anything that turns into a string, int, boolean, or double is fine)

An example of what many of these PRs will be like is https://github.com/Revmaker/gremlex/pull/23/files

kevmojay avatar Oct 02 '18 00:10 kevmojay

Made pull requests for id-step and identity-step. #48 #49

JohannesSoots avatar Oct 11 '18 13:10 JohannesSoots

Inject and tail function pull requests. ❤️ #67 #68

luisfmcalado avatar Oct 29 '18 21:10 luisfmcalado