Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nspec/dotnetnewnspec
NSpec templates for .NET Core command line interface
https://github.com/nspec/dotnetnewnspec
bdd core dotnet dotnet-template mocha rspec tdd template test testing
Last synced: 17 days ago
JSON representation
NSpec templates for .NET Core command line interface
- Host: GitHub
- URL: https://github.com/nspec/dotnetnewnspec
- Owner: nspec
- License: mit
- Created: 2017-02-27T19:48:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T12:12:08.000Z (almost 8 years ago)
- Last Synced: 2025-01-03T03:52:52.345Z (21 days ago)
- Topics: bdd, core, dotnet, dotnet-template, mocha, rspec, tdd, template, test, testing
- Language: C#
- Homepage: http://nspec.org/
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# DotNetNewNSpec
[![NuGet Version and Downloads count](https://buildstats.info/nuget/dotnet-new-nspec)](https://www.nuget.org/packages/dotnet-new-nspec)
DotNetNewNSpec is a set of Visual Studio project templates to be used when creating projects from .NET Core `dotnet new` command line interface.
Currently, it contains a project template for a NSpec test library targeting both .NET Core and .NET Framework.
## Minimum requirements
Even if template currently creates a project supporting *.NET Core Tools Preview 2* (the one based on project.json),
in order to install custom CLI templates like this you need to have at least **.NET Core Tools RC4** on your development machine.## Usage
To install the latest version of templates, from a command line run:
```
> dotnet new --install dotnet-new-nspec::*
```To create a NSpec library project from template:
```
> dotnet new nspectest -n MyTestProject
```For more instructions on creating projects from the command line, see https://docs.microsoft.com/en-us/dotnet/articles/core/preview3/tools/dotnet-new.
For more info on NSpec testing framework, please see [its project](https://github.com/nspec/NSpec) or [nspec.org](http://nspec.org/) website.
## Breaking changes
To check for potential breaking changes, see [BREAKING-CHANGES.md](./BREAKING-CHANGES.md).
## License
[MIT](./license.txt)
## Credits
DotNetNewNSpec is written by [BrainCrumbz](http://www.braincrumbz.com).