Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsuarezruiz/samplesimporter-community
- Owner: jsuarezruiz
- Created: 2019-02-05T20:00:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T19:35:39.000Z (almost 6 years ago)
- Last Synced: 2024-05-02T05:31:48.180Z (9 months ago)
- Topics: addin, monodevelop, samples, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 15.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).