Giter Site home page Giter Site logo

newfuture / create-miniprogram Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wechat-miniprogram/miniprogram-cli

1.0 3.0 0.0 88 KB

one-line command to generate a boilerplate MiniProgram project 创建小程序模板

Home Page: https://newfuture.cc/create-miniprogram/

License: MIT License

JavaScript 100.00%
miniprogram wechat wechat-mini-program create-miniprogram cli

create-miniprogram's Introduction

create-miniprogram

npm Build Status Greenkeeper badge

小程序开发相关命令行工具 兼容miniprogram-cli:

  • 从任意git模板创建
  • 支持 typescript模板
  • 自定义组件(custom-component)
  • 小程序 quickstart(miniprogram)
  • 小程序插件 quickstart(plugin)
  • 小游戏 quickstart(game)

环境

  • node >= 4.0.0
  • npm >= 6.0.0 或者 yarn(下列命令中用yarn代替npm即可)

Usage

npm create miniprogram 查看帮助信息

从git模板新建

npm create miniprogram 仓库地址 [dirPath]
  • repo: git地址, [type:]owner/repository[#branch] 或者直接粘贴URL ,支持 GitHub,Gitlab和bitbucket
  • dirPath: 本地目录, 默认当前目录

examples:

  • npm create miniprogram NewFuture/miniprogram-template
  • npm create miniprogram https://github.com/NewFuture/miniprogram-template
option 描述
-f, --force 强制初始化项目,可能会覆盖掉目录中已存在的项目
-p, --proxy 下载/更新模板时的请求代理
-n, --no-cache 使用线上最新的模板进行项目的初始化

新建官方js模板

npm create miniprogram new

根据模板来进行项目的初始化

支持 options 如下:

option 描述
-t, --type 项目的初始化所使用的模板
-f, --force 强制初始化项目,可能会覆盖掉目录中已存在的项目
-p, --proxy 下载/更新模板时的请求代理
-n, --no-cache 使用线上最新的模板进行项目的初始化

升级

npm create miniprogram upgrade [options] [dirPath]

根据最新模板对已有项目进行升级。目前仅支持自定义组件项目。

支持 options 如下:

option 描述
-f, --force 强制升级项目,会覆盖掉原有项目中的构建相关文件
-p, --proxy 下载/更新模板时的请求代理

缓存管理

npm create miniprogram cache [options]

显示缓存目录。

支持 options 如下:

option 描述
-c, --clear 清空缓存的模板

全局安装

npm i create-miniprogram -g
create-miniprogram

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.