Skip to content

r41lblast/ndriven-cli

 
 

Repository files navigation

NDriven CLI

A command line tool for starting projects with the NDriven baseline.

Usage

NDriven CLI 0.1.0
Usage: ndriven -s NewSolutionName -d /path/to/solution/location

  -s, --solution    Required. The solution name

  -d, --directory   The directory to extract the project to

  --help            Display this help screen

For now the command line tool will fetch the latest version of the NDriven baseline from Github, and rename the solution file.

Building

The easiest way to build and use is NuGet. From NuGet.exe the following command should be used:

nuget install ndriven-cli -Version 0.1.4

The resulting ndriven.exe can be found in src\Presentation.Console\bin\Release

Todo

  • Support renaming of core projects
  • Support version specification

About

Command line interface (cli) for creating new nDriven onion architecture baseline projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.9%
  • Gherkin 2.4%
  • Other 0.7%