Skip to content

thiagomaia971/Stackspot-ThiagoMaia971-Studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackspot-ThiagoMaia971-Studio

All plugins using to compose my Dotnet Studio in Stackspot.

Plugin Description
dotnet-base Base creation of an dotnet application with Clean Architecture
dotnet-repository Creation of an Infrastructure project based on a database
dotnet-webapi Creation of an Api project based in Minimal API dotnet feature and using the NuGet CruderSimple
dotnet-webapi-auth Implementing authorization and authentication with Identity - based on the database choosen
dotnet-webapi-endpoint Implementing a CRUD endpoints for a new Entity

Deploy to Stackspot

  1. Have to created an Account in Stackspot
  2. Downloaded the Stackspot CLI

Run the command:

./publish_plugins.sh {verions} {your_studio}

example:

./publish_plugins.sh 1.0.0 thiagomaia971