0.1.3 • Published 1 year ago

prodentifier v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Prodentifier

package size badge npm version

This tiny library is a lightweight tool that aims to help developers easily track and debug build issues. It simply logs some basic build information, such as the version of the library and the environment it is running in, to help identify and resolve problems more efficiently. It is by no means a comprehensive solution, but it may serve as a useful starting point for debugging.

(it's a fancy console.log)

Usage

import { Prodentifier } from 'prodentifier';

const prodentifier = new Prodentifier({
  'Build Version': process.env.BUILD_VERSION,
  'Build Date': process.env.BUILD_DATE,
  'Commit ID': process.env.COMMIT_ID,
  'Build ID': process.env.BUILD_ID,
  'Source Branch': process.env.SOURCE_BRANCH,
});

prodentifier.log();
0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago