Skip to content

kevnm67/Paw-SwiftAlamofireCodeGenerator

 
 

Repository files navigation

Alamofire Code Generator (Paw Extension)

CircleCI

Swift

A Paw Extension that generates Swift 5 code for the Alamofire 5.4.1 library.

Installation

Easily install this Paw Extension: Install Swift + Alamofire Code Generator

make setup

Development

make setup

Build & Install

npm install
cake build
cake install

OR

make setup

Watch

During development, watch for changes:

cake watch

Tests

Tests are currently limited to some code samples generated by this project. Requests are run in an OS X CLI app against httpbin.org, using the latest Alamofire.

Podfile

Version >= 0.36.0 required

gem install cocoapods

An Xcode Project is present in the /test folder.

pod install --project-directory=./test/

Build & Run Tests

cake test

Build

set -o pipefail && xcodebuild -workspace 'SwiftAlamofireCodeGeneratorTest/SwiftAlamofireCodeGenerator.xcworkspace' -scheme SwiftAlamofireCodeGenerator clean build | xcpretty -c

License

This Paw Extension is released under the MIT License. Feel free to fork, and modify!

Copyright © 2014-2016 Paw Inc.

Contributors

See Contributors.

Credits

Packages

No packages published

Languages

  • Swift 49.4%
  • CoffeeScript 34.5%
  • Mustache 14.2%
  • Makefile 1.3%
  • Ruby 0.6%