All Projects → awesome-labs → Ios Readme Template

awesome-labs / Ios Readme Template

Licence: other
README.md template for your iOS open-source projects. Inspired by @dbader's readme-template

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Ios Readme Template

A Good Readme Template
A template to make good README.md
Stars: ✭ 196 (+15.29%)
Mutual labels:  readme, template
Readme Template
A Readme Template For Tomorrow's Opensource
Stars: ✭ 69 (-59.41%)
Mutual labels:  readme, template
Readme
Automatically generate a beautiful best-practice README file based on the contents of your repository
Stars: ✭ 223 (+31.18%)
Mutual labels:  readme, template
Rebecca
Rebecca is a readme generator for Go
Stars: ✭ 91 (-46.47%)
Mutual labels:  readme, template
Readme Template
📜 Modelos readme para qualquer pessoa copiar e usar em seu GitHub.
Stars: ✭ 287 (+68.82%)
Mutual labels:  readme, template
Readme Model
💾 A beautiful readme model for you to put in your projects.
Stars: ✭ 131 (-22.94%)
Mutual labels:  readme, template
Majesticadmin Free Bootstrap Admin Template
Simple Bootstrap 4 Dashboard template.
Stars: ✭ 160 (-5.88%)
Mutual labels:  template
Orm Lite
Header-Only, Strong-Typed, Compile-time Object Relation Mapping (ORM) in Modern C++ :-)
Stars: ✭ 164 (-3.53%)
Mutual labels:  template
Eleventy Garden
🌱 A starter site for building a mind garden with eleventy
Stars: ✭ 157 (-7.65%)
Mutual labels:  template
Typescript Mern Starter
Build a real fullstack app (backend+website+mobile) in 100% Typescript
Stars: ✭ 154 (-9.41%)
Mutual labels:  template
React Hooks Mobx State Tree
React Hooks + MobX State Tree + TypeScript = 💛
Stars: ✭ 169 (-0.59%)
Mutual labels:  template
Webapplib
Web Application Library
Stars: ✭ 167 (-1.76%)
Mutual labels:  template
Todomvc App Css
CSS for TodoMVC apps
Stars: ✭ 160 (-5.88%)
Mutual labels:  template
Admin Template
Tailwind CSS Starter Template - Admin Dashboard Template
Stars: ✭ 160 (-5.88%)
Mutual labels:  template
Awesome Github Profile Readme Templates
This repository contains best profile readme's for your reference.
Stars: ✭ 163 (-4.12%)
Mutual labels:  readme
Kotlin Openapi Spring Functional Template
🍃 Kotlin Spring 5 Webflux functional application with api request validation and interactive api doc
Stars: ✭ 159 (-6.47%)
Mutual labels:  template
Electron Next Skeleton
An example Electron app built with Next.js
Stars: ✭ 168 (-1.18%)
Mutual labels:  template
Eval
Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime
Stars: ✭ 157 (-7.65%)
Mutual labels:  template
Pongo2
Django-syntax like template-engine for Go
Stars: ✭ 2,111 (+1141.76%)
Mutual labels:  template
Vue Email Editor
Drag-n-Drop Email Editor Component for Vue.js
Stars: ✭ 166 (-2.35%)
Mutual labels:  template

Swift Version Build Status License Carthage compatible CocoaPods Compatible
Platform PRs Welcome

Product Name


Logo

One to two paragraph statement about your product and what it does.

Features

  • [x] Feature 1
  • [x] Feature 2
  • [x] Feature 3
  • [x] Feature 4
  • [x] Feature 5

Requirements

  • iOS 8.0+
  • Xcode 7.3

Installation

CocoaPods

You can use CocoaPods to install YourLibrary by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!
pod 'YourLibrary'

To get the full benefits import YourLibrary wherever you import UIKit

import UIKit
import YourLibrary

Carthage

Create a Cartfile that lists the framework and run carthage update. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/YourLibrary.framework to an iOS project.

github "yourUsername/yourlibrary"

Manually

  1. Download and drop YourLibrary.swift in your project.
  2. Congratulations!

Usage example

import EZSwiftExtensions
ez.detectScreenShot { () -> () in
    print("User took a screen shot")
}

Contribute

We would love you for the contribution to YourLibraryName, check the LICENSE file for more info.

Meta

Your Name – @YourTwitter[email protected]

Distributed under the XYZ license. See LICENSE for more information.

https://github.com/yourname/github-link

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].