# generator-aspnetcore

> Stand-alone web application (SPA) boilerplate built with ASP.NET Core, EF Core, Identity, C#, JavaScript, ES6/ES2015, Babel, Webpack, HMR, Browsersync, PostCSS, CSS Modules and more

Latest version **1.0.3** (published 2016-09-05) · 0 weekly downloads

## Install

```sh
npm install generator-aspnetcore
pnpm add generator-aspnetcore
yarn add generator-aspnetcore
bun add generator-aspnetcore
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2016-09-05 |
| First published | 2016-06-15 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1165 |
| Author | Kriasoft |
| Maintainers | koistya |
| Keywords | asp.net, aspnet, asp.net core, aspnetcore, dot.net, dotnet, react, reactjs, react.js, redux, routing, router, component, front-end, babel, webpack, postcss, css modules, es6, es2015, scaffold, scaffolding, boilerplate, yeoman-generator |

## Links

- npm: https://www.npmjs.com/package/generator-aspnetcore
- Repository: https://github.com/kriasoft/aspnet-starter-kit
- Homepage: https://github.com/kriasoft/aspnet-starter-kit#readme
- Issues: https://github.com/kriasoft/aspnet-starter-kit/issues
- npm.io page: https://npm.io/package/generator-aspnetcore

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^1.1.3
- [yosay](https://npm.io/package/yosay.md) ^1.2.0
- [babel-runtime](https://npm.io/package/babel-runtime.md) ^6.9.2
- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ^0.23.4

## Alternatives

- [express-promise-router](https://npm.io/package/express-promise-router.md) — 736.1K weekly downloads
- [next-usequerystate](https://npm.io/package/next-usequerystate.md) — 29.8K weekly downloads
- [@bitkyc08/opencodex](https://npm.io/package/@bitkyc08/opencodex.md) — 4.6K weekly downloads
- [lynkr](https://npm.io/package/lynkr.md) — 575 weekly downloads
- [baremetal.js](https://npm.io/package/baremetal.js.md) — 42 weekly downloads

## Recent versions

- 1.0.3 (latest) — 2016-09-05
- 1.0.2 — 2016-09-01
- 1.0.1 — 2016-07-20
- 1.0.0 — 2016-07-20
- 0.1.1 — 2016-06-15

## README

# [ASP.NET Core Starter Kit](https://github.com/kriasoft/aspnet-starter-kit) Generator &nbsp; [![Build Status](http://img.shields.io/travis/kriasoft/aspnet-starter-kit/generator-aspnetcore.svg?style=flat-square)](https://travis-ci.org/kriasoft/aspnet-starter-kit/branches) [![Online Chat](http://img.shields.io/badge/chat_room-%23aspnet--starter--kit-blue.svg?style=flat-square)](https://gitter.im/kriasoft/aspnet-starter-kit)

> [Yeoman](http://yeoman.io/) generator for authoring single-page web applications (SPA) that is
> built upon best of breed technologies including ASP.NET Core, EF Core, React, Redux, Babel,
> Webpack, PostCSS, CSS Modules, Browsersync, HMR, React Hot Loader and more.

**The work is being sponsored by:**

<a href="https://rollbar.com/?utm_source=reactstartkit(github)&utm_medium=link&utm_campaign=reactstartkit(github)"><img src="https://koistya.github.io/files/rollbar-x64.png" alt="Rollbar" width="235" height="64"></a>
<a href="https://localizejs.com/?cid=802&utm_source=rsk"><img src="https://koistya.github.io/files/localize-x64.png" alt="Localize" width="291" height="64"></a>


### Getting Started

Make sure that you have Node.js v6 or newer installed on your local machine, as well as `yo` and
`generator-aspnetcore` npm packages installed globally. Create a new folder for your project, then
run `yo aspnetcore`:

```sh
$ npm install -g yo
$ npm install -g generator-aspnetcore
$ mkdir MyApp
$ cd MyApp
$ yo aspnetcore
```

To compile and launch your app simply run:

```sh
$ node run
```

For more information visit https://github.com/kriasoft/aspnet-starter-kit


### License

Copyright © 2016-present Kriasoft, LLC. This source code is licensed under the MIT license found in
the [LICENSE.txt](https://github.com/kriasoft/aspnet-starter-kit/blob/master/LICENSE.txt) file.

---
Made with ♥ by Konstantin Tarkus ([@koistya](https://twitter.com/koistya)) and
[contributors](https://github.com/kriasoft/aspnet-starter-kit/graphs/contributors)

---
_Source: https://npm.io/package/generator-aspnetcore · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
