New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@nousantx/nwm

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nousantx/nwm

Another workspace manager.

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
3
-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

NWM - aNother Workspace Manager

Installation

npm i -g @nousantx/nwm

Usage

▶ nwm
@nousantx/nwm v1.1.0

Usage:
  nwm list # List all scripts from all workspaces
  nwm search <term> # Search available scripts by name or content
  nwm run <workspace> <script> # Run specific script from a workspace
  nwm add <workspace> [<-D>] <...packages> # Add dependencies to a workspace
  nwm remove <workspace> <...packages> # Remove dependencies from a workspace
  nwm version <workspace> # Update version of a workspace
  nwm interactive # Start interactive mode
  nwm help # Show this message
  • List all scripts
nwm list
  • Search scripts
nwm search <term>

Example :

nwm search build
  • Run a script
nwm run <workspace> <script>

Example :

nwm run core build
  • Add/Remove dependencies

Adding dependencies:

nwm add package-a -D tenoxui @tenoxui/property

Removing dependencies:

nwm remove package-a tenoxui
  • Version control
nwm version package-a
  • Interactive mode
nwm interactive

FAQs

Package last updated on 14 Oct 2024

Did you know?

Socket

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