Skip to content

DenisPimenov/LeetSharpTool

Repository files navigation

LeetSharpTool

This repo contains dotnet global tool for creating dotnet projects from Leetcode problems

Tool uses the api of Leetcode and creates a dotnet unit test project with a initial code and readme about a problem

Instalation

dotnet tool install --global LeetSharpTool

Examples

  1. Creates a project for a random problem
leetsharp
  1. With the specified difficulty
leetsharp -l Middle
  1. Direct from url
leetsharp -u https://leetcode.com/problems/two-sum
  1. With the specified unit test framework (default xUnit)
leetsharp -t xunit

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages