Skip to content

Commit

Permalink
Docs - update README with scripting info (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Jun 5, 2020
1 parent f7bc432 commit fa0a5c3
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
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).

0 comments on commit fa0a5c3

Please sign in to comment.