All Projects → microsoft → Beachball

microsoft / Beachball

Licence: mit
The Sunniest Semantic Version Bumper

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Beachball

Verdaccio
📦🔐 A lightweight Node.js private proxy registry
Stars: ✭ 12,667 (+7917.09%)
Mutual labels:  registry, yarn
Syncpack
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
Stars: ✭ 356 (+125.32%)
Mutual labels:  yarn, semver
yrs
Yarn registry switch tool
Stars: ✭ 12 (-92.41%)
Mutual labels:  registry, yarn
Xlearning
AI on Hadoop
Stars: ✭ 1,709 (+981.65%)
Mutual labels:  yarn
Yerna
A Lerna-like tool for managing Javascript monorepos using Yarn
Stars: ✭ 140 (-11.39%)
Mutual labels:  yarn
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (-6.96%)
Mutual labels:  yarn
React Lineto
Draw a line between two elements in React
Stars: ✭ 150 (-5.06%)
Mutual labels:  yarn
Hub Tool
🧪 Docker Hub experimental CLI tool
Stars: ✭ 147 (-6.96%)
Mutual labels:  registry
Store
Official Function and Template Store for OpenFaaS
Stars: ✭ 136 (-13.92%)
Mutual labels:  registry
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (-8.23%)
Mutual labels:  yarn
Windows hardening
Windows Hardening settings and configurations
Stars: ✭ 148 (-6.33%)
Mutual labels:  registry
Semver
Semantic versioning helper library for PHP
Stars: ✭ 144 (-8.86%)
Mutual labels:  semver
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (-10.13%)
Mutual labels:  registry
Semver.c
Semantic version library written in ANSI C
Stars: ✭ 147 (-6.96%)
Mutual labels:  semver
Foxy
A fast, reliable, and secure NPM/Yarn bridge for Composer
Stars: ✭ 137 (-13.29%)
Mutual labels:  yarn
Login Action
GitHub Action to login against a Docker registry
Stars: ✭ 149 (-5.7%)
Mutual labels:  registry
Preact Minimal
🚀 Minimal preact structure
Stars: ✭ 136 (-13.92%)
Mutual labels:  yarn
Klap
zero config, zero dependency bundler for tiny javascript packages
Stars: ✭ 143 (-9.49%)
Mutual labels:  yarn
Sass Recipes
Sass things that I do all the time or should remember to do because googling tutorials gets old
Stars: ✭ 156 (-1.27%)
Mutual labels:  yarn
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (-1.27%)
Mutual labels:  yarn

beachball

the sunniest version bumping tool

Prerequisites

git and a remote named "origin"

Usage

beachball [command] [options]

Commands

change (default)

a tool to help create change files in the change/ folder

check

checks whether a change file is needed for this branch

changelog

based on change files, create changelogs and then unlinks the change files

bump

bumps versions as well as generating changelogs

publish

bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into master

sync

synchronizes published versions of packages from a registry, makes local package.json changes to match what is published

Options

--config, -c

Explicit configuration file to use instead of the configuration automatically detected by cosmicconfig.

--registry, -r

registry, defaults to https://registry.npmjs.org

--tag, -t

  • for the publish command: dist-tag for npm publishes
  • for the sync command: will use specified tag to set the version

--branch, -b

target branch from origin (default: master)

--message, -m

custom message for the checkin (default: applying package updates)

--no-push

skip pushing changes back to git remote origin

--no-publish

skip publishing to the npm registry

--help, -?, -h

show help message

--yes, -y

skips the prompts for publish

Examples

  $ beachball

  $ beachball check

  $ beachball publish -r http://localhost:4873 -t beta
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].