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

mockyeah-cli

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockyeah-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.eslintignore

19

package.json
{
"name": "mockyeah-cli",
"version": "0.0.1",
"version": "0.1.0",
"description": "A cli to an invaluable service mocking platform built on Express.",
"main": "index.js",
"bin": {
"mockyeah": "./bin/index.js"
},
"preferGlobal": true,
"scripts": {

@@ -14,3 +18,14 @@ "test": "echo \"Error: no test specified\" && exit 1"

"author": "Ryan Ricard",
"license": "ISC"
"license": "ISC",
"dependencies": {
"commander": "^2.9.0",
"inquirer": "^0.11.4",
"mockyeah": "~0.11.0"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1"
}
}

@@ -1,3 +0,19 @@

# Mock Yeah CLI
# mockyeah-cli
Development in progress. Check back soon.
Command Line Utility for [mockyeah](https://github.com/ryanricard/mockyeah)
Installation:
```
npm install -g mockyeah-cli
```
## CLI options
```
mockyeah -h
mockyeah serve -h
mockyeah serve -s [set name]
mockyeah serve --set=[set name]
mockyeah serve // prompts you with a list of available sets to load
```
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