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.
Перейти к файлу
Matt Wilson f0566bf77f
Updating the manifest so that the tools will load into Dev Tools (#10)
solution.
2018-05-16 14:16:11 -07:00
.vscode Initial push of the 2018-04-05 16:21:17 -07:00
gulps Initial push of the 2018-04-05 16:21:17 -07:00
src Updating the manifest so that the tools will load into Dev Tools (#10) 2018-05-16 14:16:11 -07:00
tools User/matwils/license update (#5) 2018-05-02 17:25:17 -07:00
.babelrc Initial push of the 2018-04-05 16:21:17 -07:00
.editorconfig Initial push of the 2018-04-05 16:21:17 -07:00
.gitattributes Initial push of the 2018-04-05 16:21:17 -07:00
.gitignore Adding gitignore 2018-04-05 16:39:57 -07:00
.npmignore Initial push of the 2018-04-05 16:21:17 -07:00
LICENSE Initial commit 2018-03-28 17:05:26 -07:00
README.md Update README.md (#9) 2018-05-16 09:20:24 -07:00
angular-cli.json Updating NPM reference. 2018-05-02 17:18:09 -07:00
gulpfile.js User/matwils/license update (#5) 2018-05-02 17:25:17 -07:00
index.d.ts Initial push of the 2018-04-05 16:21:17 -07:00
index.js Initial push of the 2018-04-05 16:21:17 -07:00
package-lock.json User/matwils/license update (#5) 2018-05-02 17:25:17 -07:00
package.json Minor formatting update 2018-05-03 14:12:56 -07:00
tsconfig-inline.json Initial push of the 2018-04-05 16:21:17 -07:00
tsconfig.json Initial push of the 2018-04-05 16:21:17 -07:00
tslint.json User/matwils/tslint (#8) 2018-05-11 09:59:04 -07:00

README.md

Windows Admin Center - Extension Template (Preview)

Windows Admin Center Extension Template is an empty project template you can use as a starting point to build your own custom extension for Windows Admin Center. The template contains the minimum components required to build either a tool or a solution extension that can be loaded into Windows Admin Center. After following the steps below, you will be ready to add your own content.

The Windows Admin Center SDK is currently in public preview.

Create a new tool or solution from the template

To create a new tool or new solution from the template, follow step-by-step directions available on our documentation site to prepare your environment and modify the template for use.

Get Windows Admin Center

Don't have Windows Admin Center installed yet? Download Windows Admin Center.

Other SDK examples

Check out these other SDK examples:

  • Developer Tools is a solution extension containing a rich collection of sample functionality and tool examples that you can browse and use in your own extension. Developer Tools is a fully functioning extension that can be side-loaded into Windows Admin Center in Developer Mode.

  • IFrame Example is a sample extension containing the configuration necessary to load an existing web application into Windows Admin Center in an IFrame. Use this as a guide in building your own tool extension that uses an IFrame.

  • Solution Example is a sample extension configured as a solution. Use this as a guide in building your own solution extension.

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. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.