Wrapper to install Allure-commandline via NPM
!downloads 
> NPM wrapper for Allure Commandline
- Learn more about Allure Report at https://allurereport.org
- 📚 Documentation – discover official documentation for Allure Report
- ❓ Questions and Support – get help from the team and community
- 📢 Official announcements – stay updated with our latest news and updates
- 💬 General Discussion – engage in casual conversations, share insights and ideas with the community
- 🖥️ Live Demo — explore a live example of Allure Report in action
1. Allure requires Java 8 or higher
2. npm install -g allure-commandline --save-dev
```
allure allure help
Run for a list of supported commands.
You can also call Allure commands from your Node.js code:
`js
var allure = require('allure-commandline');
// returns ChildProcess instance
var generation = allure(['generate', 'allure-results']);
generation.on('exit', function(exitCode) {
console.log('Generation is finished with code:', exitCode);
});
`
Allure packages should be downloaded from external storage. Repository content doesn't have actual code.
1. Update package version $ npm version 2.13.0./fetch-source
1. Download the Allure-commandline package: npm publish`
1. Publish result to NPM: