Skip to content

Latest commit

 

History

History
81 lines (61 loc) · 5.01 KB

README.md

File metadata and controls

81 lines (61 loc) · 5.01 KB

AndcultureCode.CSharp.Web

build status codecov All Contributors

Common configuration and utilities for building dotnet core presentation web applications

Getting Started

This package is installed via NuGet

dotnet add [<PROJECT>] package AndcultureCode.CSharp.Web

Documentation

Development Setup

Below are a few basics to get you started, but there are many more commands and options for managing this and other projects found in the and-cli.

Building project

  • Run the build command
    and-cli dotnet --build
    

Running tests

  • Run the test command
    and-cli dotnet-test
    

Running tests along with code coverage

  • Run the test command
    and-cli dotnet-test --coverage
    
  • Open the coverage.opencover.xml file in your browser

Publishing a new version

Contributing

Information on contributing to this repo is in the Contributing Guide

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Winton DeShong

💻 ⚠️ 📖 👀

Brandon Scott

👀 💻

Said B Shah

📖 🚧

Jim Stevenson

👀

Michael Tyson

👀

Scott Savage

👀

This project follows the all-contributors specification. Contributions of any kind welcome!