luftywiranda13 / remove-lockfiles

Prevent committing lockfiles
MIT License
4 stars 0 forks source link

feat(shrinkwrap): add option to remove `npm-shrinkwrap.json` #52

Closed luftywiranda13 closed 6 years ago

luftywiranda13 commented 6 years ago

default to not include npm-shrinkwrap.json in removal

$ remove-lockfiles --help

  Usage
    $ remove-lockfiles [path|options]

  Options
    --shrinkwrap    Remove `npm-shrinkwrap.json`

  Examples
    $ remove-lockfiles
    $ remove-lockfiles foo
    $ remove-lockfiles ../bar
    $ remove-lockfiles --shrinkwrap
    $ remove-lockfiles foo --shrinkwrap
    $ remove-lockfiles ../bar --shrinkwrap