Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

seantrane/monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@seantrane/monorepo

A monorepo starter kit.


Build Status Commitizen friendly lerna semantic-release

Code Coverage Security Rating Reliability Rating Maintainability Rating

Table of Contents


About the Repository

This is a monorepo for the management of many packages. There are a few dependencies that make this possible;

Read CONTRIBUTING.md documentation for more details.

Install

# Install lerna globally (to use lerna binary at command line)
npm install -g lerna
# Install repo dependencies, link local packages together and install remaining package dependencies
npm install

Usage

CLI

# List local packages
npm run list
# Run tests across all packages
npm test
# Run linting, tests and builds across all packages
npm run ci
# Clean all auto-generated files
npm run clean
# Uninstall all packages
npm run uninstall

Read CONTRIBUTING.md documentation for more details.


Support

Submit an issue, in which you should provide as much detail as necessary for your issue.

Contributing

Contributions are always appreciated. Read CONTRIBUTING.md documentation to learn more.

Changelog

Release details are documented in the CHANGELOG.md file of each package, and on the GitHub Releases page.


License

ISC License

Copyright (c) 2018, Sean Trane Sciarrone

About

🌿 A monorepo starter kit

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors