Update module authoring readme. (#2043)

Based on user feedback, added links to supporting documentation necessary for authoring command modules (the actual commands themselves, help and tests)
This commit is contained in:
Travis Prescott 2017-02-10 16:05:30 -08:00 коммит произвёл Derek Bekoe
Родитель 71995260f0
Коммит d614a1a734
1 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,16 @@
Authoring Command Modules Authoring Command Modules
========================= =========================
The document provides instructions and guidelines on how to author command modules. The document provides instructions and guidelines on how to author command modules. For other help, please see the following:
**Module Authoring**:<br>You are here!
**Command Authoring**:<br>https://github.com/Azure/azure-cli/blob/master/doc/authoring_command_modules/authoring_commands.md
**Help Authoring**:<br>https://github.com/Azure/azure-cli/blob/master/doc/authoring_help.md
**Test Authoring**:<br>https://github.com/Azure/azure-cli/blob/master/doc/recording_vcr_tests.md
<a name="heading_set_up"></a>Set Up <a name="heading_set_up"></a>Set Up
------ ------