🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@cdlab996/lowcode-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdlab996/lowcode-cli

cdlab996 lowcode cli

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

@cdlab996/lowcode-cli

This is an example of a scaffolding project that aims to quickly start a project by entering cdlab996-lowcode-cli ui.

NPM

npm version npm downloads

✨ Details

Use

npm install -g @cdlab996/lowcode-cli

cdlab996-lowcode-cli --help
Usage: cdlab996-lowcode-cli <command> [options]

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  ui [options]    start and open the cdlab996-lowcode-cli ui
  info            print debugging information about your environment
  help [command]  display help for command

  Run cdlab996-lowcode-cli <command> --help for detailed usage of given command.

rests

more: https://docs.npmjs.com/cli/v9/commands

npm whoami
npm login
npm install
npm publish

npm install -g @cdlab996/lowcode-cli
npm remove -g @cdlab996/lowcode-cli

npm link
npm unlink

which cdlab996-lowcode-cli

npm unpublish @cdlab996/lowcode-cli@1.0.0
npm unpublish @cdlab996/lowcode-cli -f

Tip: If you're deploying to a private server (such as Nexus or Verdaccio), you need to configure globally by adding the .npmrc file to your user directory.

wudi@wudi MINGW64 ~
$ cat ~/.npmrc
# ...
@cdlab996:registry=http://192.168.31.54:8081/repository/private/
_auth=ZF3z46GE1vmQIc0UVun7

Keywords

cdlab996

FAQs

Package last updated on 17 Mar 2023

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