在 NuGet 包管理器控制台上运行脚本
我正在使用 MvcScaffolding NuGet 包来搭建几个控制器。我目前正在重复相同的过程,即。 脚手架控制器 MyController -Repository -Force
。我为许多控制器执行此操作。有没有办法在控制台上运行脚本,我可以在其中输入几个命令并运行一次?
I'm using the MvcScaffolding NuGet Package to scaffold a couple of Controllers. I'm currently repeating the same process ie. Scaffold Controller MyController -Repository -Force
. I do this for a number of controllers. Is there a way to run a script on the console where I can put a couple of commands and run them once?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我是一个 Powershell 菜鸟,所以可能有更好的方法,但我只是在包管理器控制台中运行了这个:
它似乎有效,所以也许这样的方法会有效?
I'm a Powershell noob, so there may be a better way, but I just ran this in the Package Manager Console:
And it seemed to work, so maybe something like this would work?