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

@reactioncommerce/reaction-cli

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactioncommerce/reaction-cli - npm Package Compare versions

Comparing version 0.1.3 to 0.4.0

45

package.json
{
"name": "@reactioncommerce/reaction-cli",
"version": "0.1.3",
"description": "A command line tool for working with the Reaction Commerce e-commerce platform.",
"main": "./dist/main.js",
"scripts": {
"build": "rm -rf ./dist && babel src --out-dir ./dist",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"prepublish": ". ./scripts/prepublish.sh"
},
"bin": {
"reaction": "./dist/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactioncommerce/reaction-cli.git"
},
"keywords": [
"reaction"
],
"version": "0.4.0",
"description": "DEPRECATED: Please use 'npm i -g reaction-cli' instead",
"main": "index.js",
"author": "Reaction Commerce",
"license": "MIT",
"bugs": {
"url": "https://github.com/reactioncommerce/reaction-cli/issues"
},
"preferGlobal": "true",
"homepage": "https://github.com/reactioncommerce/reaction-cli",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.9.0",
"babel-root-slash-import": "^1.0.0",
"eslint": "^2.12.0",
"eslint-plugin-babel": "^3.2.0"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"inquirer": "^1.0.3",
"shelljs": "^0.7.0",
"update-notifier": "^1.0.0"
}
"license": "MIT"
}

@@ -1,32 +0,9 @@

# reaction-cli
# THIS IS DEPRECATED
A command line tool for managing the [Reaction Commerce](https://reactioncommerce.com) e-commerce application.
Please use `reaction-cli` instead.
## Install
```js
npm uninstall -g @reactioncommerce/reaction-cli // if you installed it
```sh
npm install -g @reactioncommerce:reaction-cli
npm install -g reaction-cli
```
## Usage
This tool is under heavy development. More usage docs coming soon.
```sh
$ reaction --help
Usage: reaction <command>
Commands:
init Create a new Reaction app (will create a new folder)
pull Pull Reaction updates from Github and install NPM packages
update Update Atmosphere and NPM packages
reset Reset the database and (optionally) delete build files
Options:
-h, --help output usage information
-V, --version output the version number
```
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