Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# generator-azurefunctions [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> A Yeoman Generator for Azure Functions


## Deprecation
> NOTE: This generator has been **deprecated** and is no longer maintained or working; see this issue: [Issue #13 - comment](https://github.com/Azure/azure-functions-cli/issues/13#issuecomment-304095909)

Please use the Azure Functions CLI - under active developmment [Azure Functions CLI](https://github.com/Azure/azure-functions-cli)

## Installation

First, install [Yeoman](http://yeoman.io) and generator-azurefunctions using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-azurefunctions",
"version": "0.1.6",
"version": "0.2.0",
"description": "A Yeoman Generator for Azure Functions",
"homepage": "",
"author": {
Expand Down