2.2.3 • Published 5 years ago

generator-csharp-nuget-lib v2.2.3

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

generator-csharp-nuget-lib

Yeoman generator for a C# library that publishes a NuGet package. Includes a unit test project.

npm version Build Status Coverage Status Dependencies Status devDependencies Status

Usage

Install with npm install -g yo generator-csharp-nuget-lib.

Run with yo csharp-nuget-lib.

It will create a new .NET solution consisting of a NuGet library project and a unit test project.

Some details:

  • .NET Core 2
  • NUnit and Moq for the test project
  • Configuration for Travis

Contributing

  • Scaffold data is indented with tabs, test data is indented with spaces.

Development

Developing

You can run npm link from the working directory of the repository to develop this generator, and npm unlink once you're finished.

The default test command invokes gulp.

Release Process

To create a new release:

  • Make sure the version is correct in package.json and package-lock.json
  • Push changes to master
  • Create a tag
  • Push the tag
2.2.3

5 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.1.2

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago