Skip to content

anbturki/lerna-monorepo-example

 
 

Repository files navigation

lerna-monorepo-example

Build Status Commitizen friendly

Getting Started

$ yarn bootstrap

See README from packages/<package-name> to run individual projects.

To explore commands available through lerna:

$ yarn learna

To run lerna commands directly:

$ yarn lerna <command>

Committing Changes

This repo follows the conventional commits specification.

Run yarn commit to start an interactive commit. Valid scopes are macos, mobile, redux-lib, web, and repo.

Publishing Packages

To increment package versions, add git tags, push changes, and publish to npm registry:

$ yarn release

Testing

To run tests on file changes across all packages (at project root):

$ yarn test:watch

To run tests for specific package:

$ cd packages/<package-name>
$ yarn test

Available Package Scripts

Name Description
bootstrap Pre-transpile module(s) and execute lerna bootstrap
cleanup Remove node_modules within each package directory
commit Open an interactive dialogue to generate a conventional commit message
learna Start the lerna wizard
release Generate changelogs and publish new package versions
start Run yarn start in each package in parallel
watch Transpile module(s) on file system changes

About

Develop node modules inside a monorepo with lerna and conventional commits

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.3%
  • Objective-C 9.4%
  • HTML 2.2%
  • Other 1.1%