Skip to content

Command line interface to initialise, develop and upload custom reports for LeanIX EAM Tool.

License

Notifications You must be signed in to change notification settings

yellek/leanix-reporting-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Create new release by following git-flow
    • Create release branch
    • Bump version in package.json (decide whether patch, minor, major update)
    • Merge release branch to develop & master
    • Make sure a git tag is created for the new version
  • 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 on the master branch
  • Add release notes to the release in github (https://github.com/leanix/leanix-reporting-cli/releases)

About

Command line interface to initialise, develop and upload custom reports for LeanIX EAM Tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.2%
  • TypeScript 38.0%
  • HTML 1.1%
  • CSS 0.7%