New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cma-template

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cma-template - npm Package Compare versions

Comparing version 0.1.10 to 1.0.0

18

package.json
{
"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 。
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