Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
grouparoo
Advanced tools
The Grouparoo Command Line Interface
This package is released as grouparoo
on NPM. It is used to initiate and update Grouparoo projects.
This package does not need to be installed, and can be run ad-hoc with the npx
command, i.e.: npx grouparoo init
. That said you could also install and run this package either globally or locally:
npm install -g grouparoo && grouparoo
npm install grouparoo && ./node_modules/.bin/grouparoo
From npx grouparoo --help
Usage: grouparoo [options] [command]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
init [options] <path> Initialize a new Grouparoo project. Use "." for this directory.
update Upgrade the NPM packages in this Grouparoo project
install [package] Install a grouparoo plugin (via npm install) and enable it. Use package@version for a specific version or tag
uninstall <package> Uninstall a grouparoo plugin (via npm uninstall) and disable it.
help [command] display help for command
In addition to the commands included with this package, the grouparoo
command line interface will load commands from @grouparoo/core
and any plugins you have installed. The list of available commands will vary based on your plugins and Grouparoo version.
Example: npx grouparoo init
process.cwd()
): npx grouparoo init .
npx grouparoo init /path/to/project
Notes
node
and npm
are installed and available within your $PATH
package.json
or .env
file if they already exist in the directory (except in the upgrade
case)npm install
in the new directoryExample: npx grouparoo upgrade
npx grouparoo upgrade
assumes you are tracking the latest
version of all the Grouparoo dependencies, and will update your package.json
to use the latest versions of your packages and then run npm install
again to install new dependencies and build the project. This uses the npm-check-updates
package under the hood.Example: npx grouparoo install @grouparoo/postgres
npx grouparoo [package]
installs a Grouparoo package into your project using npm. These can also be installed using the Config UI by running npx grouparoo config
.Example: npx grouparoo uninstall @grouparoo/postgres
Example: npx grouparoo --version
Get the version of this package.
You can run the commands in this project without compiling via ts-node
, ie: ./node_modules/.bin/ts-node src/grouparoo.ts help
FAQs
The Grouparoo CLI and Project Generator
The npm package grouparoo receives a total of 1 weekly downloads. As such, grouparoo popularity was classified as not popular.
We found that grouparoo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.