Skip to content

provide out of service msg in readme #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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