summaryrefslogtreecommitdiff
path: root/support/module_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/module_template.md')
-rw-r--r--support/module_template.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/support/module_template.md b/support/module_template.md
new file mode 100644
index 0000000..858f97a
--- /dev/null
+++ b/support/module_template.md
@@ -0,0 +1,13 @@
+# async.<%= name %>
+
+![Last version](https://img.shields.io/github/tag/async-js/async.<%= name %>.svg?style=flat-square)
+[![Build Status](http://img.shields.io/travis/async-js/async.<%= name %>/master.svg?style=flat-square)](https://travis-ci.org/async-js/async.<%= name %>)
+[![Dependency status](http://img.shields.io/david/async-js/async.<%= name %>.svg?style=flat-square)](https://david-dm.org/async-js/async.<%= name %>)
+[![Dev Dependencies Status](http://img.shields.io/david/dev/async-js/async.<%= name %>.svg?style=flat-square)](https://david-dm.org/async-js/async.<%= name %>#info=devDependencies)
+[![NPM Status](http://img.shields.io/npm/dm/async.<%= name %>.svg?style=flat-square)](https://www.npmjs.org/package/<%= name %>)
+
+> [async#<%= name %>](https://github.com/async-js/async#<%= name %>) method as module.
+
+## License
+
+MIT © [async-js](https://github.com/async-js)