@cdlab996/lowcode-cli

2.0.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @cdlab996/lowcode-cli

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

470 kB

Total Files

25

Last publish

Collaborators

  • wuchendi