npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

zybpod

v0.0.9

Published

pod quick

Downloads

15

Readme

zybpod

简介

cli 是用来支持 Native 工程、pod等开发、更新、发布等一系列流程的工具,工具集正在持续开发更新中,敬请期待。

目前已实现pod版本更新手动tag更新的插件

工具安装

$ npm install -g zybpod

使用须知

现有的pod组件工程使用cli工具:

1.使用zybpod,暂时不支持git主动上传代码,因为我们目前主要基于master进行tag操作,不建议pod组件库使用其他分支进行tag操作,因此暂时由开发者进行上传,zybpod提供了分支选项,但是暂时不支持

2.podspec文件必须按规范格式书写,因为我们队版本号有自定义操作,详情查看使用方式

3.我们强烈建议开发组件的时候集成Demo工程,方便测试,验证

使用方式

1.终端调用

  • 不必须在组件根目录下
$ : zybpod -p /Users/wendy/Desktop/ZYBPrograms/yklogin/YKLogin.podspec  -t 0.0.1
或
$ : zybpod -p /Users/wendy/Desktop/ZYBPrograms/yklogin/YKLogin.podspec
  • 指定根目录下
$ : zybpod -p YKLogin.podspec  -t 0.0.1
或
$ : zybpod -p YKLogin.podspec

2.参数说明

Common Options:
    -p, --podspec name               指定具体podspec文件或者路径
    
    -t, --tag Tag                    指定组件版本号,不写则自动+1,不需人工打tag
    
    -b, --branch Branch              指定分支,暂时未开发支持
    
    -s, --specs Name                 本地私有组件库名称,默认为 afpai-zybspecs
    
    -l, --use-libraries              是否使用 --use-libraries 默认为YES
    
    -w, --allow-warnings             是否使用  --allow-warnings 默认为YES
    
    -u, --repo-update                是否进行pod repo update 操作,必须tag自动计算版本号异常,默认为NO
    
    -h, --help                       Help