Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
* release/0.1.0:
  (doc) Added information to readme
  (GH-11) Add ability to download all files
  (GH-9) Add ability to download .github files
  (GH-9) Add ability to download .github files
  (GH-10) Corrected xml
  (GH-10) Added missing iconUrl
  (GH-10) Added description to nuspec
  (GH-8) Add ability to download config.wyam file
  (GH-7) Add ability to download GitReleaseManager.yaml file
  (GH-6) Add ability to download .travis.yml file
  (GH-5) Add ability to download .mergify.yml file
  (GH-4) Add ability to download .gitignore file
  (build) Fix AppVeyor build
  (GH-3) Add ability to download .gitattributes file
  (GH-2) Add ability to download AppVeyor File
  (doc) Added image
  (GH-1) Added ability to download editorconfig file
  (doc) Corrected Gitter link
  (doc) Corrected Gitter link
  • Loading branch information
gep13 committed Dec 27, 2018
2 parents 879e35a + db8dc1a commit 43511f2
Show file tree
Hide file tree
Showing 6 changed files with 539 additions and 102 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,20 @@ CI/CD Assets is a collection of files that are useful when setting up a CI/CD pi

For more information about [CI/CD Assets](https://github.com/gep13/CI-CD-assets), please see the [source code repository](https://github.com/gep13/CI-CD-assets).


## Commands

The CI/CD Assets Visual Studio Code provides the following commands:

* `Chocolatey: Create new Chocolatey package` to create the default templated Chocolatey package at the root of current workspace.
* `CICD: Download .editorconfig file`
* `CICD: Download .appveyor.yml file`
* `CICD: Download .gitattributes file`
* `CICD: Download .gitignore file`
* `CICD: Download .mergify.yml file`
* `CICD: Download .travis.yml file`
* `CICD: Download GitReleaseManager.yaml file`
* `CICD: Download config.wyam file`
* `CICD: Download .github files`
* `CICD: Download all files`

## Resources

Expand All @@ -33,7 +41,7 @@ Short YouTube videos of each of the releases of this extension can be found in t

You can either install this extension in the normal way, or you can choose to install using Chocolatey:

```
```powershell
choco install ci-cd-assets-vscode
```

Expand All @@ -45,7 +53,7 @@ You can find the documentation that is available for this project [here](https:/

If you would like to see any features added for this VS Code Extension, feel free to raise an [issue](https://github.com/gep13/CI-CD-assets-vscode/issues), and if possible, a follow up pull request.

You can also join in the Gitter Chat [![Join the chat at https://gitter.im/gep13/ci-cd-assets](https://badges.gitter.im/gep13/ci-cd-assets.svg)](https://gitter.im/gep13/ci-cd-assets?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
You can also join in the Gitter Chat [![Join the chat at https://gitter.im/ci-cd-assets/community](https://badges.gitter.im/ci-cd-assets/community.svg)](https://gitter.im/ci-cd-assets/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Releases

Expand Down
17 changes: 16 additions & 1 deletion chocolatey/ci-cd-assets-vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<authors>Gary Ewan Park</authors>
<!-- projectUrl is required for the community feed -->
<projectUrl>https://github.com/gep13/CI-CD-assets-vscode</projectUrl>
<iconUrl></iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/gep13/CI-CD-assets-vscode@e50644910e327ab525702c935f36f697117f5dd7/images/cicd.png</iconUrl>
<copyright>Copyright (c) 2018 Gary Ewan Park</copyright>
<licenseUrl>https://github.com/gep13/CI-CD-assets-vscode/blob/develop/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -18,6 +18,21 @@
<tags>CI-CD-assets-vscode vscode extension</tags>
<summary>CI/CD Assets Extension for Visual Studio Code</summary>
<description>
This extension brings support for CI/CD Assets to Visual Studio Code.

## Commands
The CI/CD Assets Visual Studio Code provides the following commands:

- `CICD: Download .editorconfig file`
- `CICD: Download .appveyor.yml file`
- `CICD: Download .gitattributes file`
- `CICD: Download .gitignore file`
- `CICD: Download .mergify.yml file`
- `CICD: Download .travis.yml file`
- `CICD: Download GitReleaseManager.yaml file`
- `CICD: Download config.wyam file`
- `CICD: Download .github files`
- `CICD: Download all files`
</description>
<releaseNotes>
Full release notes found on [GitHub Release Page](https://github.com/gep13/CI-CD-assets-vscode/releases)</releaseNotes>
Expand Down
Binary file added images/cicd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 43511f2

Please sign in to comment.