Skip to content

lerna-config 0.6.4

Install from the command line:
Learn more about npm packages
$ npm install @useid/lerna-config@0.6.4
Install via package.json:
"@useid/lerna-config": "0.6.4"

About this version

Digita Lerna Configuration

This package provides an extendable Lerna configuration, used internally at Digita to adopt a uniform monorepo setup.

Installation

In the root of your (mono)repo, install @useid/lerna-config as a development dependency. From NPM v7 onwards, this will automatically add lerna as a peer dependency as well (if you use an earlier version, install this yourself). Also add a lerna.json file extending this configuration and containing an initial version number (see example below). Lerna will find this and fill in the whole base config on the first release, so when updating the version of this config, you have to explicitly add the extends property again.

{
    "extends": "@useid/lerna-config",
    "version": "0.1.0"
},

Details


Assets

  • lerna-config-0.6.4.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0