Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yabs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yabs

Yet Another Bump Script

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

YABS - Yet Another Bump Script

yabs is a fully customisable script tool that allows you to bump as many files as you want!

yabs supports .json and .plist files out of the box, alternativelly you can use an regexp to bump any file!

Usage

You can use it passing arguments or just create an .yabsrc file on the root of the target project

CLI

$ yabs [type] [-f file (-k key | -r pattern) ]

  type        Type of bump: patch, minor or major
  -f file     Path to the file you want to bump
  -k key      Key to be bumped. (default: version)
  -r pattern  Pattern to match version on arbitrary file. Use $version to represent the actual version inside the pattern
                e.g. r/version: $version/

.yabsrc

Here's in an example of .yabsrc:

{
  "package.json": "version",
  "bower.json": "version",
  "osx/Info.plist": "CFBundleVersion",
  "misc/version.info": "r/version: $version/"
}

Keywords

FAQs

Package last updated on 18 Jan 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc