Package Exports
- build-plus-plus
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (build-plus-plus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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