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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@tbminiapp/egret-tbgame

v0.2.7

Published

export egret 2d games to taobao miniapp

Downloads

43

Readme

README

文档见

使用方法

安装

npm install -g @tbminiapp/egret-tbgame

用法

> egret-tbgame --help

Egret TBGame CLI

  将白鹭2d游戏导出到淘宝小程序
  文档: https://www.yuque.com/bdfvyu/eykuny/pgs5m2

Options

  -h, --help                  帮助说明
  -v, --version               当前cli版本
  -b, --bootstrap             初始化,此操作需要在egret wing项目根目录执行
  -w, --with-version string   白鹭组件(egret-appx-component)的版本,默认最新版,需要跟bootstrap一起使用
  -p, --publish string        导出到淘宝小程序工程,值为枚举类型[ default(普通小程序工程) | cloud(小程序云工程) ]
  • 导出前必须先在egret wing工程根目录进行初始化
> egret-tbgame -b
# 指定版本如: egret-tbgame -b -w 0.1.13

bootstrap with egret-appx-component version @latest
Done. bootstrap success with egret-appx-component version @latest, cli version 0.2.2
  • 导出到淘宝小程序工程
> egret-tbgame -p default

正在发布到淘宝小程序工程,请稍候...
您正在使用白鹭编译器 5.2.33 版本
开始发布 tbgame 版本:
+ @tbminiapp/egret-res@0.1.12
+ @tbminiapp/egret-appx-component@0.1.13
updated 2 packages and audited 2 packages in 2.588s
found 0 vulnerabilities

发布成功
请用小程序IDE打开/path/to/egret_fighter_5_2_33_tbgame目录
  • 导出到淘宝小程序云工程
> egret-tbgame -p cloud

正在发布到淘宝小程序云工程,请稍候...
您正在使用白鹭编译器 5.2.33 版本
开始发布 tbgame_cloud 版本:
+ @tbminiapp/egret-res@0.1.12
+ @tbmp/mp-cloud-sdk@1.3.8
+ @tbminiapp/egret-appx-component@0.1.13
updated 3 packages and audited 3 packages in 2.62s
found 0 vulnerabilities

项目结构调整完毕
发布成功
请用小程序IDE打开/path/to/egret_fighter_5_2_33_tbgame_cloud目录