Giter VIP home page Giter VIP logo

verit's Introduction

manage project version

this tool is used to manage project version, it can read/write version from project file, it can also bump version in project file.

Usage

show project version

$ verit

bump project version

# bump major version
$ verit -b 1
# bump minor version
$ verit -b 2
# bump patch version
$ verit -b 3

set project version

$ verit -v 1.2.3

Implementation

for some language project, it has its own way to manage version, verit will use the way to manage version.

for some language project, it has no way to manage version, verit will do it for you.

Go Project

for go project, verit will use a generated file to manage version, the generated file is internal/version/version.go

Python Project

for python project, verit will use pyproject.toml to manage version,

Node Project

for node project, verit will use package.json to manage version,

verit's People

Contributors

elsejj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.