Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsuarezruiz/samplesimporter-community

Community samples section for VS4Mac Samples Importer addin
https://github.com/jsuarezruiz/samplesimporter-community

addin monodevelop samples xamarin xamarin-forms

Last synced: about 2 months ago
JSON representation

Community samples section for VS4Mac Samples Importer addin

Awesome Lists containing this project

README

        

# Community Samples for VS4Mac Samples Importer addin

Community samples section for [VS4Mac Samples Importer addin](https://github.com/jsuarezruiz/VS4Mac-SamplesImporter).

### How can I add a sample?

Easy, just send a PR with your sample!. Remember to meet the following requirements:
- Include the sample inside a folder in the root of the repository.
- The folder name should be the name of the sample.
- Inside the sample folder, create a **Screenshots** folder.
- Include the file **Metadata.xml** inside your sample folder.

```

Intermediate
Xamarin.Forms, SkiaSharp
Android, iOS
true
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam malesuada arcu id porta consequat. .
Javier Suarez

```

Or just include the DownloadUrl in the XML file without include the sample code in the repository:

```

Intermediate
Xamarin.Forms, SkiaSharp
Android, iOS
true
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam malesuada arcu id porta consequat. .
https://github.com/user/Sample/archive/master.zip
Javier Suarez

```

## Copyright and license

Code released under the [MIT license](https://opensource.org/licenses/MIT).