JSPM

  • Created
  • Published
  • Downloads 92
  • Score
    100M100P100Q69769F
  • License Apache-2.0

Command line interface to develop custom reports for LeanIX EAM

Package Exports

  • @leanix/reporting-cli

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 (@leanix/reporting-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

leanix-reporting-cli

npm version

Command line interface to initialise, develop and publish custom reports for LeanIX EAM Tool. Please also have a look at the corresponding reporting library: https://github.com/leanix/leanix-reporting

Documentation

For information on how to create a custom report, please refer to our documentation.

For reporting-cli developers

Publish new version

  • Bump version in package.json
  • Make sure you have logged in to publish to npm registry in scope @leanix (npm login - see: https://docs.npmjs.com/cli/adduser)
  • Execute npm publish --access public