![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
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!
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).
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
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
Returns the current cmd-plus version
$ cmd-plus version
cmd-plus v1.0.0
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.
FAQs
Sencha Cmd Switcher.
The npm package cmd-plus receives a total of 3 weekly downloads. As such, cmd-plus popularity was classified as not popular.
We found that cmd-plus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.