Sha256: 0ddaffc212bcd87109a9447124582b2f3a610674c8d5922651ff9d1d898c7363

Contents?: true

Size: 1.32 KB

Versions: 26

Compression:

Stored size: 1.32 KB

Contents

# YkCommand

## 主要功能

1.交互式创建标准业务组件

2.命令式直接创建业务组件

## 业务组件初始化功能

1.自动依赖 三大核心组件和基础组件

2.拥有标准的工程目录和export文件和auto-import文件

3.拥有规范的podspec文件,和部分强制性的字段

4.带有一个 starter demo ,熟悉的人可以自行删除

5.创建后可编译通过并运行

## 运行截图

![使用](/images/Xnip2022-04-26_17-25-30.jpg)

## 标准目录

![使用](/images/Xnip2022-04-26_17-27-32.jpg)

## Demo

![使用](/images/Xnip2022-04-26_17-30-36.jpg)

## 环境准备

准备好Ruby环境 ,依赖于RVM做ruby环境管理

```shell
\curl -sSL https://get.rvm.io | bash -s stable
```

```shell
source ~/.zshrc
```

```shell
rvm install 2.7.2
```

```shell
rvm gemset create 2.7.2@tom
```

```shell
 rvm use 2.7.2@tom
```


## 安装

手动处理依赖,新版本跳过这一步骤

    $ gem install cocoapods thor colored2

install it yourself as:

    $ gem install yk_command

Or Add this line to your application's Gemfile:

```ruby
gem 'yk_command'
```

And then execute:

    $ bundle install

## 使用

```shell
cd < you folder >
```
查看帮助

```shell
yk_command -h
```

```shell
yk_command create

```

## 开发介绍

依赖的 'gem rake'

```shell
$ rake build
 
$ rake release

```

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
yk_command-0.6.5 README.md
yk_command-0.6.4 README.md
yk_command-0.6.2 README.md
yk_command-0.6.1 README.md
yk_command-0.6.0 README.md
yk_command-0.5.91 README.md
yk_command-0.5.9 README.md
yk_command-0.5.8 README.md
yk_command-0.5.7 README.md
yk_command-0.5.6 README.md
yk_command-0.5.5 README.md
yk_command-0.5.4 README.md
yk_command-0.5.3 README.md
yk_command-0.5.2 README.md
yk_command-0.5.1 README.md
yk_command-0.5.0 README.md
yk_command-0.4.9 README.md
yk_command-0.4.8 README.md
yk_command-0.4.7 README.md
yk_command-0.4.6 README.md