https://github.com/brianium/ndriven-cli
CLI for creating new NDriven projects
https://github.com/brianium/ndriven-cli
Last synced: about 1 year ago
JSON representation
CLI for creating new NDriven projects
- Host: GitHub
- URL: https://github.com/brianium/ndriven-cli
- Owner: brianium
- Created: 2013-05-28T17:51:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-25T15:10:35.000Z (about 13 years ago)
- Last Synced: 2025-03-18T05:56:27.169Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NDriven CLI
===========
A command line tool for starting projects with the [NDriven](https://github.com/OSTUSA/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