Skip to content

Create a C# project, solution, and test project using the `dotnet` command.

Notifications You must be signed in to change notification settings

Matsuyanagi/dotnetp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dotnetp

Create a C# project, solution, and test project using the dotnet command.

Usage

dotnetp PROJECT_NAME

or

dotnetp You will be asked for the project name.

Project file structure

The directory structure is as follows.

│  SampleToolSln.sln
│  Taskfile.yml
│
├─SampleTool
│      Program.cs
│      SampleTool.csproj
│
└─SampleTool.Tests
        GlobalUsings.cs
        SampleTool.Tests.csproj
        UnitTest1.cs

Taskfile.yml

Since Taskfile.yml is generated, you can use Task to execute task run, task build, task publish, etc.

About

Create a C# project, solution, and test project using the `dotnet` command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published