touchui-create
TypeScript icon, indicating that this package has built-in type declarations

0.2.20 • Public • Published

touchui-create

新建TouchUI页面

开发

更新git子模块

git submodule foreach git pull

初始化

npm install

使用

引用

let create = require('touchui-create')

识别为TouchUI工程

create.init(workSpace, callback)

判断工程是否存在

create.has(workSpace, callback)

创建示例工程

create.demo(workSpace, callback)

创建TouchUI页面

create.page(workSpace, pageDirname, pageName, title, callback, mkdir)

Readme

Keywords

Package Sidebar

Install

npm i touchui-create

Weekly Downloads

0

Version

0.2.20

License

ISC

Unpacked Size

553 kB

Total Files

41

Last publish

Collaborators

  • doubi
  • guoshengqiang