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

versioning-manager

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

versioning-manager

Versioning manager is a helper to increment version on iOS and Android in Flutter or ReactNative projects

  • 1.0.17
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Versioning Manager CLI

Versioning manager is a CLI that simply increment the version for android and iOS in Flutter or ReactNative projects

Installation

sudo npm i -g versioning-manager

Usage

Important: The command below should be executed in the root project folder

vm increment-version

the command above will result in this:

-------------------------------------------------------
---- Successfully incremented the patch version 🎉 ----
-------------------------------------------------------

Android: 1.0.1(2)
iOS: 1.0.1(2)

Multi targets

You must be asking yourself: What if I have multiple targets on iOS?

This is the answer: This package will handle all targets for you. It means that, the command will apply the change for all of them

Params

paramdescriptiontypedefault
-tspecifies the increment type(major|minor|patch)patch
-pspecifies the platform(android/ios/both)both

License

MIT

Keywords

FAQs

Package last updated on 09 Feb 2023

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