Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liushuping/generator-net

Yeoman generator for .NET Core projects
https://github.com/liushuping/generator-net

Last synced: about 2 months ago
JSON representation

Yeoman generator for .NET Core projects

Awesome Lists containing this project

README

        

# Notice:
## As the .NET Core (https://github.com/dotnet/cli) has the roadmap to implement all command line tools for generating most types of projects, this project is put on hold.

# generator-net
Yeoman generator for .NET Core projects

[![build status](https://travis-ci.org/liushuping/ascii-tree.svg)](https://travis-ci.org/liushuping/ascii-tree.svg)
[![Coverage Status](https://coveralls.io/repos/github/liushuping/generator-net/badge.svg?branch=master)](https://coveralls.io/github/liushuping/generator-net?branch=master)

## Install
```
npm install generator-net
```

## Usage
```
yo net
```
Follow the intractive guide.

![gif](docs/generator-net.gif)

## Test
```
npm test
```

## License
MIT