Command line utility for generating and maintaining frameworks and applications in the dn-m project.
This project uses Cocoapods/Xcodeproj to generate and inject frameworks into Xcode project, and Commander for the command line argument parsing.
- Ensure that Ruby and Bundler are installed
git clone https://github.com/dn-m/Helper
or download the zip from the latest releasecd Helper
bundle install
(this will install all of the ruby gem dependencies)cp dn-m /usr/local/bin
If you have any issues, it's worth giving brew update
/ brew upgrade
a shot.
Create a new directory with the name of the new project:
mkdir NameOfNewProject
Navigate to that directory:
cd NameOfNewProject
- Creates a new iOS + macOS framework from scratch
- Calls
config
- Creates the necessary configuration files for:
- Creates
README.md
- Updates framework dependencies via Carthage
- Calls
inject
- Injects framework dependencies into project