Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/liushuping/generator-net
- Owner: liushuping
- License: mit
- Created: 2016-07-01T13:18:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T14:23:53.000Z (over 8 years ago)
- Last Synced: 2024-11-15T16:46:59.837Z (2 months ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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