Socket
Socket
Sign inDemoInstall

dotnet-helper

Package Overview
Dependencies
214
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dotnet-helper

A CLI that helps to scaffolding items in .Net Core.


Version published
Maintainers
1
Created

Readme

Source

dotnet-helper CLI

A CLI that helps to scaffolding items in .Net Core.

Commands

  • dotnet-helper generate-controller (dotnet-helper gc)

    Generates a controller of the specified type with the specified name in the namespace of the project. Must be in a folder with a valid .csproj file. (If more than 1 is found, will be used the first name)

    dotnet-helper gc type name
    

    Example:

    dotnet-helper gc api Customer
    

    This will generate an API Controller with the name CustomerController in namespace NameOfTheProject

Under Development

This is currently under development. Until now we have only the API Controller to scaffold

FAQs

Last updated on 23 Aug 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc