Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ykioscmd

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ykioscmd

  • 0.6.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

YkCommand

主要功能

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

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

业务组件初始化功能

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

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

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

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

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

运行截图

使用

标准目录

使用

Demo

使用

环境准备

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

\curl -sSL https://get.rvm.io | bash -s stable
source ~/.zshrc
rvm install 2.7.2
rvm gemset create 2.7.2@tom
 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:

gem 'ykioscmd'

And then execute:

$ bundle install

使用

cd < you folder >

查看帮助

ykioscmd -h
ykioscmd create

开发介绍

依赖的 'gem rake'

$ rake build
 
$ rake release

FAQs

Package last updated on 07 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc