Project

hemera

0.01
No commit activity in last 3 years
No release in over 3 years
Hemera is a development tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
>= 1.5.0, ~> 1.5
>= 0.1.14
~> 10.0
~> 3.0

Runtime

~> 2.18
 Project Readme

Hemera

contact us Gem Version Build Status codecov

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 options] command [command options] [arguments...]

VERSION
    0.1.1

GLOBAL OPTIONS
    --help    - Show this message
    --version - Display the program version

COMMANDS
    help     - Shows a list of commands or help for one command
    meta, m  - metaprogramming
    pod, p   - cocoapods
    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

hm meta

NAME
    meta - metaprogramming

SYNOPSIS
    hm meta img <fileName> <path> 

COMMANDS
    img, i - generate img code

command_meta

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.