Hemera
Hemera is a development tool.
Installation
use gem
gem install Hemera
Usage
use help to see details
hm help
NAME
hm - Hemera, a command line tool for development
SYNOPSIS
hm [global ] command [command ] [arguments...]
VERSION
0.1.1
GLOBAL OPTIONS
--help - Show this
--version - Display the program version
COMMANDS
help - Shows a list of commands or help for one command
, m -
pod, p - cocoapods
xcode, x - Xcode
use meta to generate code in future, not support for the time being.
hm
NAME
-
SYNOPSIS
hm [global ] img
COMMANDS
img, i - generate img code
use xcode subcommand can open/clean workspace
# Clean DerivedData, support custom path
hm xcode clean # also hm x c
# Open Xcode Workspace, support xcodeproj and xcworkspace
hm xcode open # also hm x o
use pod can create/install with cocoapods
# create a pod
hm pod create YourPodsName # also hm p c YourPodsName
# force install podfile when pod install error
hm pod install # also hm p i
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the Hemera project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.