replace these tokens by its values then delete this section
${PROJECT NAME} = project name
${PACKAGE NAME} = npm package name
${USER} = repository user name
${REPO} = repository name
Short description of project.
Basic usage | Installation | Advanced usage | API | Table of contents
- Feature name 🎁
- Feature definition/description
[](https://npm.runkit.com/${PACKAGE NAME})
See more usage topics in usage section.
${PROJECT NAME} was tested for the environments below. Even we believe it may works in older versions or other platforms, it is not intended to.
See tested environments
Environment | Tested version |
---|---|
OS | Ubuntu 20.04 |
Node.js | 12.16.3 |
Package Manager | npm 6.14.5 |
Platforms | server, browser (Chrome latest) |
![](https://nodei.co/npm/${PACKAGE NAME}.png?downloads=true&downloadRank=true&stars=true)
$ npm install --save ${PACKAGE NAME}
See other options
$ yarn add ${PACKAGE NAME}
[https://unpkg.com/:${PACKAGE NAME}](https://unpkg.com/:${PACKAGE NAME})
<script src="https://unpkg.com/:${PACKAGE NAME}" />
This means you:
- May use the module with
import
,require
ordefine
- Should use polyfills or transpilation if you want to support older environments
See JavaScript features used by this package and its versions
Version | Features used |
---|---|
ES5 | all common features |
ES6 | const, class, destructuring binding, default parameters, let, object short notation, arrow function syntax, template literal syntax |
ES8 | async functions, trailing comma in arguments lists |
ES9 | object spread property |
1. First question?
Answer here
If you need help or have a problem with this project and you not found you problem in FAQ above, start an issue.
We will not provide a SLA to your issue, so, don't expect it to be answered in a short time.
memberName
type?_=defaultValue
Description what it is
propertyName
type
Description of what it is
methodName()
function(arg1, optional?):ReturnType
Description what it does
Arguments
Argument | Type | Required | Default | Description |
---|---|---|---|---|
arg1 | Type |
true | default |
Description of argument |
Returns
AzureFunctionCascade
the current instance of AzureFunctionCascade.
Callbacks
Argument | Type | Required | Default | Description |
---|---|---|---|---|
arg1 | Type |
true | default |
Description of argument |
Returns: description of callback return.
${PROJECT NAME} was inspired from ...
Beyond the features previous listed, ${PROJECT NAME} also have:
- Feature
Help us spreading the word or consider making a donation.
Add your company name to the Who is using secion
Make a pull request or start an issue to add your company's name.
We follow Contributor Covenant Code of Conduct. If you want to contribute to this project, you must accept and follow it.
This project adheres to Semantic Versioning 2.0.0.
If you are not solving an issue or fixing a bug, you can help developing the roadmap below.
See the roadmap
- Create something
- Improve documentation
Licensed under the MIT License.