![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.
npm-scripts-catalog
Advanced tools
list your npm scripts according to your package.json and run them
npm-scripts-catalog
is CLI tool for you to start npm scripts faster. A little bit more convenient than yarn run
and npm run
npm-scripts-catalog
will list the available scripts of your current projects according to the package.json file. And what's more convenient is that you can now run the scripts automatically instead of typing the scripts.
After updating to version 2.x, I suggest you run catalog
every time you try to start your apps, it's more efficient. And also, you can type some letters of your commands, options will be autocompleted.
In version 2.0, thanks to Inquirer.js, npm-scripts-catalog
is able to provide interactive command line user interfaces, making it even easier to run npm scripts.
Just enjoy and have some fun!
$ npm install -g npm-scripts-catalog
$ cd someRepo
$ catalog
# alias `ctl` is more recommended, which is also globally registerred, because it's shorter
$ ctl
and if there is no scripts available, it will print
no script was ever defined!
catalog git:(master) ctl -h
Usage: ctl [options]
Options:
-V, --version output the version number
-d, --detail list detail commands
-h, --help output usage information
FAQs
list your npm scripts according to your package.json and run them
The npm package npm-scripts-catalog receives a total of 3 weekly downloads. As such, npm-scripts-catalog popularity was classified as not popular.
We found that npm-scripts-catalog demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.