Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@moonrepo/cli
Advanced tools
The official CLI for moon, a task runner and repo management tool for the web ecosystem, written in Rust! Supports JavaScript, TypeScript, Bash, and much more!
moon can be installed with bash:
curl -fsSL https://moonrepo.dev/install/moon.sh | bash
Or with npm, pnpm, or yarn.
yarn add --dev @moonrepo/cli
Once installed, initialize moon in your repository.
moon init
Once projects and tasks have been configured, tasks can be ran with:
# Run `lint` in project `app`
moon run app:lint
# Run `lint` in all projects
moon run :lint
Working in the JavaScript ecosystem can be very involved, especially when it comes to managing a repository effectively. Which package manager to use? Which Node.js version to use? How to import node modules? How to build packages? So on and so forth. moon aims to streamline this entire process and provide a first-class developer experience.
package.json
scripts can become unwieldy, very quickly. No more
duplicating the same script into every package, or reverse-engineering which root scripts to use.
With moon, all you need to know is the project name, and a task name.node_modules
, or sync
package dependencies, or even sync TypeScript project references.Not all features are currently supported, view the documentation for an accurate list!
1.8.0
CODEOWNERS
) support.
owners
setting to moon.yml
.codeowners
setting to .moon/workspace.yml
.moon sync codeowners
command.vcs.provider
setting to .moon/workspace.yml
.SyncWorkspace
, that'll be used for workspace-level checks.workspace.syncing
and workspace.synced
webhooks.MOON_OUTPUT_STYLE
and MOON_RETRY_COUNT
environment variables.moon sync
command, use moon sync projects
instead.FAQs
moon command line and core system.
The npm package @moonrepo/cli receives a total of 20,366 weekly downloads. As such, @moonrepo/cli popularity was classified as popular.
We found that @moonrepo/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.