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

touchui-create

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

touchui-create - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

.gitmodules

2

demo/index.js

@@ -14,3 +14,3 @@ // 创建工程示例

}
copy(path.join(__dirname, './project/**/*'), workSpace, (err, files) => {
copy(path.join(__dirname, './touchui-basic/**/*.*'), workSpace, (err, files) => {
if(typeof callback === 'function') {

@@ -17,0 +17,0 @@ callback(err)

{
"name": "touchui-create",
"version": "0.1.7",
"version": "0.1.8",
"description": "touchui-create",

@@ -5,0 +5,0 @@ "main": "main.js",

# touchui-create
新建TouchUI页面
## 引用
## 开发
### 更新git子模块
```
git submodule foreach git pull
```
### 初始化
```
npm install
```
## 使用
### 引用
```js
let create = require('touchui-create')
```
## 识别为TouchUI工程
### 识别为TouchUI工程
```js
create.init(workSpace, callback)
```
## 判断工程是否存在
### 判断工程是否存在
```js
create.has(workSpace, callback)
```
## 创建示例工程
### 创建示例工程
```js
create.demo(workSpace, callback)
```
## 创建TouchUI页面
### 创建TouchUI页面
```js
create.page(workSpace, pageDirname, pageName, title, callback, mkdir)
```
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