Initializing ASP.NET Core 3.1 App
Creating new ASP.NET Core Application
note
This feature is still on beta. Keep checking back in for more information or join our slack channel to get more information here.
User will be able to initialize ASP.NET Core Application using the following command:
lc code init --name "<AppName>" --module "<ModuleName>" --function "<FunctionName>" --language "dotnetcore3.1" --web "asp"