skip-packages

0.0.3 • Public • Published

skip-packages

This packages was created primarily for the ability to separate the installation of packages from a private registry to a later stage to better facilitate docker's caching mechanism when you have to use an authentication which changes on every build (like the System.AccessToken in Azure Pipelines).

skip-packages

skips or unskips packages

Options:
  --help        Show help                                              [boolean]
  --version     Show version number                                    [boolean]
  --unskip, -u                                        [boolean] [default: false]

configuration

Configuration is done via the package.json. Simply define the names of the packages in a "skip" section. Packages will then be moved from the dependencies section to a "skipped" section. Unskipping reverses this.

{
    "dependencies": {
        "fs-extra-promise": "^1.0.1",
        "yargs": "^13.2.4"
    },
    "skip": [
        "yargs"
    ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i skip-packages

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

6.27 kB

Total Files

6

Last publish

Collaborators

  • petersendev