Skip to content

form8ion/lerna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,162 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 node

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

About

opinionated scaffolder for monorepos managed with lerna

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors