Created
December 29, 2018 11:54
-
-
Save dipakyadav/29597b94f97bfc1bc9e60967e621568b to your computer and use it in GitHub Desktop.
No executable found matching command "dotnet-aspnet-codegenerator" linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Replace {username} in the below command with your actual username | |
dotnet tool install -g dotnet-aspnet-codegenerator | |
/home/{username}/.dotnet/tools/dotnet-aspnet-codegenerator razorpage -m Movie -dc RazorPagesMovieContext -udl -outDir Pages/Movies --referenceScriptLibraries |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment