0.0.1 • Published 5 years ago
build-plus-plus v0.0.1
build-plus-plus
A service for incrementing build numbers for automated CI/CD pipelines.
Table of Contents
Run in Server mode
Run as a cli
npm install -g build-plus-pllus
buildppRun it with docker
docker build . -t buildpp
docker run -d -p 8000:8000 buildppor with docker-compose
docker-compose upRun in Standalone mode
Install the nodejs module npm install --save build-plus-plus
const buildpp = require("build-plus-plus")
buildpp.getOrCreateProjectVersion("test", (data) => {
console.log(data)
})Contributing
To test in server mode, run inside this repository
npm link ./and then run buildpp.
To uninstall it , run inside this repository
npm unlink ./Credits
This project was inspired by https://increment.build/ by JonnyBurger
License
MIT License, Copyright (c) 2020 Alex Karadimos
0.0.1
5 years ago