1.0.18 • Published 7 years ago

npw v1.0.18

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

npw

Wraps npm 5 with extra commands and corrects line-endings in package*.json to match .git config.

Usage

Type npw and your usual npm commands. Line endings for package*.json will match .git config.

Usage: npw [options] <npm commands & options> ...

Blast Options:
  --blast  rimrafs node_modules and package-lock.json                  [boolean]

Brief Options:
  --brief  Hide npm command output and instead show a spinner          [boolean]

Line Options:
  --lines                [choices: "crlf", "lf", "cr", "none"] [default: "crlf"]
  --noLines, --noLine                                                  [boolean]

Options:
  --help  Show help                                                    [boolean]

Examples:
  npw                  Wraps 'npm' with extra commands and corrects line-endings
                       in 'package*.json' to match .git config.
  npw --blast install  'rimrafs' node_modules & package-lock.json, then runs npm
                       install

Shortcuts

npw-blast, npw-b

  • adds --blast option

npw-blast-node, npw-bn

  • adds --blast-node option

npw-blast-lock, npw-bl

  • adds --blast-lock option

npw-install, npw-in, npw-i

  • adds install npm option

npw-install-dev, npw-ind, npw-id

  • adds install and --save-dev npm option

npw-uninstall, npw-un, npw-u

  • adds uninstall npm option

npw-reinstall, npw-ri, npw-r

  • adds --blast option and install npm option
1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.13

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago