generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs - update README with scripting info (#38)
- Loading branch information
1 parent
f7bc432
commit fa0a5c3
Showing
1 changed file
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,25 @@ | ||
# Arcus Template | ||
Template repository for new components in Arcus ecosystem. | ||
# Arcus Scripting | ||
[![Build Status](https://dev.azure.com/codit/Arcus/_apis/build/status/Commit%20builds/CI%20-%20Arcus.Scripting?branchName=master)](https://dev.azure.com/codit/Arcus/_build/latest?definitionId=843&branchName=master) | ||
![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/Arcus.Scripting.ARM) | ||
|
||
:warning: In order to finalize the setup, don't forget to run out [GitHub Repo Configurator](https://github.com/arcus-azure/arcus/tree/master/tools/github-repo-configurator). | ||
Scripting with Microsoft Azure in a breeze. | ||
|
||
![Arcus](https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png) | ||
|
||
# Installation | ||
Soon you will be able to install it via PowerShell gallery: | ||
|
||
```powershell | ||
PS> Install-Module -Name Arcus.Scripting.ARM | ||
``` | ||
|
||
# Documentation | ||
All documentation can be found on [here](https://scripting.arcus-azure.net/). | ||
|
||
# Customers | ||
Are you an Arcus user? Let us know and [get listed](https://bit.ly/become-a-listed-arcus-user)! | ||
|
||
# License Information | ||
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application. | ||
|
||
Read the full license [here](https://github.com/arcus-azure/arcus.scripting/blob/master/LICENSE). |