Socket
Socket
Sign inDemoInstall

create-monorepo-release

Package Overview
Dependencies
188
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-monorepo-release

A lightweight NodeJS monorepo CLI tagging tool for creating independent releases using conventional commits.


Version published
Weekly downloads
1
Maintainers
1
Install size
13.3 MB
Created
Weekly downloads
 

Readme

Source

create-monorepo-release

A lightweight NodeJS monorepo CLI tagging tool for creating independent releases using conventional commits.

Background

We decided to create our own monorepo release tool because I couldn't find any tool that met our needs. Our requirements were the following:

  1. A repo is able to contain multiple projects with their respective package.json files.
  2. A project version should to be tracked independently.
  3. A version is bumped automatically based on the commit type. (ie. feat, fix, chore)
  4. Only commits associated to the files in the project should be considered when bumping a project version.
  5. If a file changed in a shared directory all commits would be considered when bumping a project version.

Installation

# with NPM
$ npm install -g create-monorepo-release
# with YARN
$ yarn add --global create-monorepo-release

Getting Started

To get started create a config file by running:

$ create-monorepo-release init

License

MIT licensed (See LICENSE.txt)

FAQs

Last updated on 30 Jun 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc