0.1.2 • Published 8 years ago
@jlegrone/lerna-example-redux-lib v0.1.2
lerna-monorepo-example
Getting Started
$ yarn bootstrapSee README from packages/<package-name> to run individual projects.
To explore commands available through lerna:
$ yarn learnaTo 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 releaseTesting
To run tests on file changes across all packages (at project root):
$ yarn test:watchTo run tests for specific package:
$ cd packages/<package-name>
$ yarn testAvailable 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 |
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.1.0-alpha.86dcf6f0
8 years ago
0.1.0-alpha.77f29bdc
8 years ago
0.1.0-alpha.1e3f1acf
8 years ago
0.1.0-alpha.42417303
8 years ago