robb / Asterism

Asterism is yet another functional toolbelt for Objective-C. It tries to be typesafe and simple.
http://robb.github.io/Asterism/
MIT License
226 stars 12 forks source link

Add `script/gen_onefile.sh` to generate single .h/.m file pair to use in an app #56

Closed monkeydom closed 4 years ago

monkeydom commented 4 years ago

Usage

script/gen_amalgamation.sh

Results

Generates

  - Amalgamation
61k ├── Asterism.h
23k └── Asterism.m

from the current working copy to directly be used in your app.