Socket
Socket
Sign inDemoInstall

@tangible/now

Package Overview
Dependencies
126
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tangible/now

Standalone command-line tool to manage local WordPress sites


Version published
Weekly downloads
126
decreased by-0.79%
Maintainers
3
Install size
128 MB
Created
Weekly downloads
 

Readme

Source

@tangible/now

Standalone command-line tool to manage local WordPress sites

This is a fork of wp-now, customized for local development and testing purpose.

Changes

  • Add option --silence to stop log messages to console, for example during tests
  • Add option --open to optionally open the site in a browser (previously by default)
  • Load compatible configuration from .wp-env.json and .wp-env.override.json
    • Port
    • Mappings: Mount directories from local file system, such as vendor plugins
  • Package standalone executable binary for Linux/macOS/Windows - Currently using @yao-pkg/pkg

How it started

Cloning a subdirectory of a monorepo into its own repository

git clone --depth 1 --single-branch --branch trunk https://github.com/WordPress/playground-tools now
git remote -v
git remote remove origin
git remote add upstream https://github.com/WordPress/playground-tools
git branch -m trunk upstream-trunk
git subtree split --prefix=packages/wp-now/src -b wp-now
git checkout wp-now
git checkout -b main

FAQs

Last updated on 15 May 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc