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

cmd-plus

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmd-plus

Sencha Cmd Switcher.

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Sencha Cmd Plus

Build Status npm version bitHound Score

An experiment to run the right sencha cmd version based on the current ./.sencha/{app|workspace|package}/sencha.cfg file

This is just a wrapper for sencha so you can use it transparently, just change sencha by cmd-plus and boom!

Install

Just install cmd-plus as a global module:

$ sudo npm install -g cmd-plus

You need to have the same cmd version installed (in this version in the default installation folder).

Usage

list

You can check your installed versions with:

$ cmd-plus list
4.0.0.161
4.0.3.74
4.0.4.84
5.0.0.114
5.0.0.160
5.0.1.231
5.0.2.274
5.0.3.324

use [version] {sencha cmd options}

This will generate a new app using cmd version 4.0.4.84

$ cmd-plus use 4.0.4.84 -sdk ../touch-2.4.0 generate app MyApp MyApp

version

Returns the current cmd-plus version

$ cmd-plus version
cmd-plus v1.0.0

sencha

Running any other sencha cmd command is transparent:

$ cmd-plus which

This will execute the current installed sencha which command. But, if you are under a sencha touch / extjs root app folder it will read the ./.sencha/app/sencha.cfg file and use the cmd version from it. If it is not installed it will default to the latest version.

Keywords

FAQs

Package last updated on 25 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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