0.0.10 • Published 4 months ago

@springtree/buildinfo v0.0.10

Weekly downloads
244
License
ISC
Repository
github
Last release
4 months ago

Buildinfo

Small utility script to generate a generic build.json file containing the context of a build.

https://www.npmjs.com/package/@springtree/buildinfo

Example output:

{
  "name": "my-application",
  "description": "My pretty application",
  "version": "0.0.2",
  "buildNr": "123",
  "buildTime": "2019-12-05T11:37:36.892Z",
  "branch": "master",
  "commit": "85a40aaf83e1ed05ba7ef3d3589fa0dce4286e6d"
}

Supported CI's

  • Bitrise
  • Travis
  • Google CloudBuild
  • Netlify
  • Github
  • Cloudflare Pages (limited, no BUILD NR equivalent avialable)

Usage:

npx @springtree/buildinfo generate -o www/

Development

Publish

Publish with:

npm publish --access public
0.0.10

4 months ago

0.0.9

2 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago