You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

create-quickgame

Package Overview
Dependencies
Maintainers
6
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-quickgame

create quick game


Version published
Weekly downloads
23
increased by155.56%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

create-quickgame

快游戏初始化项目构建工具,配合quickgame-cli使用

升级npm到5.2.0+以上,nodejs安装 8.1.4+

如何使用

1.创建项目
  npx create-quickgame project

如果是yarn用户,yarn create quickgame project

在初始化项目的时候可以传递一些参数

部分参数会被写入到项目的manifest.json文件中

npx create-quickgame projectName [path='/User/ruby/quickgame'] [package='com.app.demo'][...]

其中[]可以省略

序号keyValue
1path项目生成的目录
2package包名
3versionName版本名称
4versionCode版本号
5miniPlatformVersion最小平台号
6iconIcon图片地址
7name应用名称

举例说明:

npx create-quickgame demo path="/User/ruby/quickgames" package="com.app.demo" versionName="1.0" versionCode=1 miniPlatformVersion=1000 icon="/images/logo.gif" name="快游戏"

注意:每组[key=value]之间的空格分割

Keywords

FAQs

Package last updated on 08 May 2024

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc