0.0.12 • Published 2 years ago

generate-lockfile v0.0.12

Weekly downloads
362
License
MIT
Repository
github
Last release
2 years ago

Generate Lockfile

Description

This package allows you to generate a new yarn.lock file from an existing yarn.lock file and package.json. This is useful for use with Yarn workspaces and allows you to generate a lockfile for a workspace using the root lockfile. The cli only looks up exact versions and should not be used for generating a lockfile from one project to another.

Usage

  Usage: index.js --package <package> --lockfile <lockfile> [options]

  Options:

    -h, --help                 output usage information
    -V, --version              output the version number
    -p, --package <package>    package.json path
    -l, --lockfile <lockfile>  yarn.lock path
    -v, --verbose [verbose]    Log details
    -f, --force [force]        Overwrite lockfile
    -d, --dev [dev]            Include devDependencies
    -w, --write [write]        Write lockfile
0.0.12

2 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago