项目作者: JianweiWangs

项目描述 :
develop command line tool.
高级语言: Ruby
项目地址: git://github.com/JianweiWangs/Hemera.git
创建时间: 2018-10-22T08:09:23Z
项目社区:https://github.com/JianweiWangs/Hemera

开源协议:MIT License

下载


Hemera

contact us
Gem Version
Build Status
codecov

Hemera is a development tool.

Installation

use gem

  1. gem install hemera

Usage

use help to see details

  1. hm help
  2. NAME
  3. hm - Hemera, a command line tool for development
  4. SYNOPSIS
  5. hm [global options] command [command options] [arguments...]
  6. VERSION
  7. 0.1.1
  8. GLOBAL OPTIONS
  9. --help - Show this message
  10. --version - Display the program version
  11. COMMANDS
  12. help - Shows a list of commands or help for one command
  13. meta, m - metaprogramming
  14. pod, p - cocoapods
  15. xcode, x - Xcode

use meta to generate code
Swift code will be generated by default, if you want objective-c, use -o like hm meta image -o fileName

  1. hm meta
  2. NAME
  3. meta - metaprogramming
  4. SYNOPSIS
  5. hm meta img <fileName> <path>
  6. COMMANDS
  7. img, i - generate img code

command_meta

use xcode subcommand can open/clean workspace

  1. # Clean DerivedData, support custom path
  2. hm xcode clean # also hm x c
  3. # Open Xcode Workspace, support xcodeproj and xcworkspace
  4. hm xcode open # also hm x o

use pod can create/install with cocoapods

  1. # create a pod
  2. hm pod create YourPodsName # also hm p c YourPodsName
  3. # force install podfile when pod install error
  4. 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.