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

uiuxcli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uiuxcli

The command line of uiux

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
30
Maintainers
1
Weekly downloads
 
Created
Source

uiuxcli

The command line of uiux

Release Notes

1.1.0

  • switch to @svgr/webpack
  • debug.html rewrite

1.0.14

  • if configured, the cli will not pull all branches from remote, but only from branches defined in uiDependenceis field
  • support . if using the same branch
  • remove the last parameter by default
  • default start parameter set to the . (current branch)
  • using name in package.json instead of branch name.

e.g. the previous command

uiux dev --start demo/site --port 1235 --branches usr/tmpl_xyz ..

suppose the current working diretory is demo/site, the branches dependencies are written in the uiDependencies field of demo/site/package.json, then it can be simplified to the following commands

uiux dev --start . --port 1235 --branches +

uiux dev --port 1235 --branches +

1.0.13

  • customize the rule block, use [] for the customization, 1st is the rule name, the rest is configuration
    {
        ...
        rule: [
            ['url', 'pdf']
        ]
    }
    
  • add a pdf loader
    {
        ...
        rule: ['pdf']
    }
    
  • debug page enhancement
  • upgrade the webpack version

1.0.12

  • add use option in dev command to use external ports as a dependency uiux dev --start path/branch --port 1235 --use 1233,1234 ..

1.0.11

  • add more helper text for each option
  • add ver command to get current version of uiuxcli
  • upgrade uiuxtest and uiuxloader to latest version
  • add excludes option in dev command, add port option in test command
  • add the timer to monitor the cost when starting services in debug.html
  • fix some bugs.

1.0.10

  • add mode option for the command build. If ignored, it will use development mode

    production mode.

    uiux build --mode prod [source repo path]

    development mode

    uiux build [source repo path]

  • use the ports defined in domain.js if file exists for the dev command, rather than generate a new one.

1.0.9

add proj command

uiux proj --add <proj name> [source repo path]

FAQs

Package last updated on 03 Jun 2025

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