nxplus
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

nxplus

Utilities for Nx Workspace

oclif Version CircleCI Codecov Downloads/week License

Usage

$ npm install -g nxplus
$ nxplus COMMAND
running command...
$ nxplus (-v|--version|version)
nxplus/1.1.4 darwin-x64 node-v12.16.2
$ nxplus --help [COMMAND]
USAGE
  $ nxplus COMMAND
...

Commands

nxplus create NAME

Create an empty Nx Workspace

USAGE
  $ nxplus create NAME

OPTIONS
  -h, --help                    show CLI help
  --cli=(angular|nx)            [default: nx]
  --dry-run
  --package-manager=(yarn|npm)  [default: yarn]
  --skip-git
  --skip-install

See code: src/commands/create.ts

nxplus generate [PRESET]

describe the command here

USAGE
  $ nxplus generate [PRESET]

OPTIONS
  -h, --help       show CLI help
  -n, --name=name  (required) Name of the app
  --dry-run

See code: src/commands/generate.ts

nxplus help [COMMAND]

display help for nxplus

USAGE
  $ nxplus help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

nxplus prisma:init [FILE]

describe the command here

USAGE
  $ nxplus prisma:init [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/prisma/init.ts

nxplus scope:get

Get the NPM Scope of an Nx Workspace

USAGE
  $ nxplus scope:get

OPTIONS
  -h, --help  show CLI help
  -j, --json

See code: src/commands/scope/get.ts

nxplus scope:set [SCOPE]

Set the NPM Scope of an Nx Workspace

USAGE
  $ nxplus scope:set [SCOPE]

OPTIONS
  -h, --help    show CLI help
  -s, --silent
  --dry-run

See code: src/commands/scope/set.ts

Readme

Keywords

Package Sidebar

Install

npm i nxplus

Weekly Downloads

7

Version

1.1.4

License

MIT

Unpacked Size

27.9 kB

Total Files

23

Last publish

Collaborators

  • beeman