Skip to content
/ lerna Public

opinionated scaffolder for monorepos managed with lerna

License

Notifications You must be signed in to change notification settings

form8ion/lerna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lerna

opinionated scaffolder for monorepos managed with Lerna

Node CI Workflow Status Codecov SLSA Level 2

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