windows-admin-center-extension-template

所属分类:编程语言基础
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2023-06-12 20:49:13
上 传 者sh-1993
说明:  这是空扩展的代码模板,您可以使用它开始使用Windows管理中心编写扩展(以前的...,
(This is the code template for an empty extension that you can use to start writing an extension using the Windows Admin Center (previously Project Honolulu) SDK.)

文件列表:
LICENSE (1162, 2023-06-12)
SECURITY.md (2757, 2023-06-12)
package-lock.json (1515, 2023-06-12)
package.json (557, 2023-06-12)
src/ (0, 2023-06-12)
src/index.js (7265, 2023-06-12)
src/update-version.js (17751, 2023-06-12)
templates/ (0, 2023-06-12)
templates/ignores/ (0, 2023-06-12)
templates/ignores/git (459, 2023-06-12)
templates/ignores/npm (257, 2023-06-12)
templates/legacy/ (0, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/ (0, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/.babelrc (27, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/.editorconfig (438, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/.vscode/ (0, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/.vscode/launch.json (1440, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/.vscode/settings.json (332, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/angular-cli.json (1625, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulpfile.js (4536, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/ (0, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-merge-json-in-folders/ (0, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-merge-json-in-folders/index.js (1710, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-merge-json-in-folders/index.ts (1671, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-merge-json-in-folders/json-merge.js (5144, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-merge-json-in-folders/json-merge.ts (4807, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-ps-code/ (0, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-ps-code/index.js (2221, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-ps-code/index.ts (1917, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-ps-code/ps-code-convert.js (4571, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-ps-code/ps-code-convert.ts (4233, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-resjson/ (0, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-resjson/index.js (3729, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-resjson/index.ts (3848, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-resjson/resjson-convert.js (6294, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-resjson/resjson-convert.ts (6089, 2023-06-12)
templates/legacy/windows-admin-center-extension-template/gulps/gulp-svg-code/ (0, 2023-06-12)
... ...

# Windows Admin Center CLI # The Windows Admin Center CLI was created to simplify the process of generating new tools for the platform. ## Usage ## There is only one command for the CLI, "Create". In order to create a new tool, type the following: ``` wac create --company --tool ``` For instance, when creating a tool called Foo for Microsoft, my command would be: ``` wac create --company Microsoft --tool Foo ``` You can also use the CLI to create solution extensions as well: ``` wac create --company Microsoft --tool Foo --solution MySolution ``` In addition to creating extensions, you can specify which version of the SDK you want to utilize. There are 5 rings for you to choose from: * legacy (the GA release behind the current, 2 updates per year) * latest (the most current GA release, 2 updates per year) * insider (build most recently released to Insiders. Updates monthly) * next (current dev build. Updates frequently, up to weekly) * experimental (Updates frequently, up to daily) In order to specify which SDK version you want to use, add the version tag to the create command: ``` wac create --company Microsoft --tool Foo --version insider ``` Default value is latest. ## Get started with the SDK ## Getting started with Windows Admin Center development is easy! Follow along with [step-by-step directions](https://docs.microsoft.com/windows-server/manage/windows-admin-center/extend/prepare-development-environment) to prepare your environment, and learn more about writing and publishing extensions at our [documentation site](https://aka.ms/WACSDKDocs). Don't have Windows Admin Center installed yet? [Download](https://aka.ms/WACDownloadPage) Windows Admin Center. ## Contributing ## This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

近期下载者

相关文件


收藏者