tree: 1a9bc33f26bacb22d0f985da76ba1bbf5ddbb34a [path history] [tgz]
  1. .template.config/
  2. Gremlin.Net.Template.csproj
  3. Gremlin.Net.Template.nuspec
  4. Program.cs
  5. README.md
  6. Service.cs
gremlin-dotnet/src/Gremlin.Net.Template/README.md

Gremlin.Net Template

This dotnet template helps getting started with Gremlin.Net - the .NET Gremlin Language Variant (GLV) of Apache TinkerPop™. It creates a new C# console project that shows how to connect to a Gremlin Server with Gremlin.Net.

Installation

You can install the template with the dotnet CLI tool:

dotnet new -i Gremlin.Net.Template

Creating a project using the template

After the template is installed, a new project based on this template can be installed:

dotnet new gremlin

You can specify the output directory for the new project which will then also be used as the name of the created project:

dotnet new gremlin -o MyFirstGremlinProject