2.1.2 • Published 10 months ago

@form8ion/lerna v2.1.2

Weekly downloads
27
License
MIT
Repository
github
Last release
10 months ago

lerna

opinionated scaffolder for monorepos managed with Lerna

Node CI Workflow Status Codecov

Table of Contents

Usage

MIT license npm Try @form8ion/lerna on RunKit

Installation

$ npm install @form8ion/lerna --save

Example

Import

import {packageManagers} from '@form8ion/javascript-core';
import {scaffold} from '@form8ion/lerna';

Execute

(async () => {
  await scaffold({projectRoot: process.cwd(), packageManager: packageManagers.NPM});
})();

Contributing

PRs Welcome Commitizen friendly Conventional Commits semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
2.1.2

10 months ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.2.1

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.0.0-alpha.4

3 years ago

1.0.0-alpha.3

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago