JSPM

build-plus-plus

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q25966F
  • License MIT

A service for incrementing build numbers based on https://increment.build/

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

  1. Run in Server mode (cli)
  2. Run in Standalone mode (cli)
  3. Contributing
  4. Credits
  5. License

Run in Server mode

Run as a cli

npm install -g build-plus-pllus
buildpp

Run it with docker

docker build . -t buildpp
docker run -d -p 8000:8000 buildpp

or with docker-compose

docker-compose up

Run 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