cma-template
Advanced tools
Comparing version 0.1.10 to 1.0.0
{ | ||
"name": "cma-template", | ||
"version": "0.1.10", | ||
"description": "> TODO: description", | ||
"version": "1.0.0", | ||
"description": "matman project template use Mocha", | ||
"keywords": [ | ||
"matman", | ||
"create-matman-app", | ||
"template", | ||
"mocha" | ||
], | ||
"author": "helinjiang <onehlj@qq.com>", | ||
@@ -12,5 +18,2 @@ "homepage": "https://github.com/matmanjs/create-matman-app/tree/master/packages/cma-template#readme", | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": { | ||
@@ -21,9 +24,6 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/matmanjs/create-matman-app/issues" | ||
}, | ||
"gitHead": "7b3ed5ea7fb8c4d9f5a05fcc1cc2d56751081d94" | ||
"gitHead": "4885720bc84c4c49f1823158bedddc088c4049c8" | ||
} |
@@ -1,11 +0,14 @@ | ||
# `cma-template` | ||
# cma-template | ||
> TODO: description | ||
Web 端对端测试(E2E/UI test)框架 [matman](https://github.com/matmanjs/matman) 的脚手架模板。 | ||
## Usage | ||
初始化之后的项目使用了 `mocha` 作为测试框架,使用方式如下: | ||
``` | ||
const cmaTemplate = require('cma-template'); | ||
$ npx create-matman-app [project_name] | ||
// TODO: DEMONSTRATE API | ||
# 或者 | ||
$ npx create-matman-app [project_name] --template=mocha | ||
``` | ||
更多资料请参考: https://github.com/matmanjs/create-matman-app 。 |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
69215
0
15