1.0.17 • Published 1 year ago

versioning-manager v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.2

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago