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

create-quickgame

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-quickgame

create quick game

  • 0.1.24
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by266.67%
Maintainers
0
Weekly downloads
 
Created
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 12 Sep 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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc