Socket
Socket
Sign inDemoInstall

versioning-manager

Package Overview
Dependencies
32
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 09 Feb 2023

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