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

ipa-build

v0.6.0

Published

IOS TOOL -- Create ipa use xcodeBuild & xcrun

Downloads

74

Readme

ipa-build

ipa-build是针对iOS项目的打包工具,能够一键生成ipa的开发工具。

npm version

how to install

  1. 打开你的终端Terminal
  • 输入npm -v查看是否安装npm
  • 如果没有安装,请到nodejs官网进行安装
  • npm安装完成以后,终端运行npm install -g ipa-build
  • 终端运行ipa-build -h确认安装成功

如果还有其他疑问,可以参照npm相关资料,希望可以帮助你更好得了解它

Command

ipa-build <project_path> -v -o <ipa_output_path>

参数(必填项):

project_path代表项目路径,只要指向项目主文件夹即可。

注意事项:

  1. project_path为必选项,否则无法定位打包项目工程文件。
  • 目前project_path仅能传入一个。

可选项:

| 可选项 | 参数用途 | 参数例子 | 默认参数 |
|-------|------------|---------|------------------------| | -v | 打印日志 | 无需参数 | 无输出 | | -o | ipa输出路径 | ~/ipa | 终端当前路径下的build文件夹|

Usages

  1. 打开终端Terminal
  • 输入cd指令进入你的项目文件夹
  • 输入ipa-build .生成脚本
  • 输入open build获取ipa文件

Test

如何测试ipa-build?

  1. 请打开工程test文件下的iOS文件
  2. 设置Build Setting中的Code Settings证书配置项。
  3. Command + B,确认编译完成
  4. 在项目文件中运行 npm test
  5. 将ipa文件导入设备,检查安装包的完整性。

##Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

History

  • v0.3.0 引入app-parser模块
  • v0.2.0 雏形版本
  • v0.1.0 初始化版本

Welcome fork and feedback

如有建议或意见,请在issue提问或邮件

License

this repo is released under the MIT License.