pomanalyzer
Version:
pomanalyzer is a utility to analyze Apache Maven POM XML file
28 lines (16 loc) • 510 B
Markdown
## Link your package locally for testing:
### Test Locally
`npm link`
`npm unlink -g`
`npm link pomanalyzer`
## Now you can run the script globally using:
```pomanalyzer <filePath>```
## Publish the Package
### Login to npm (if you haven't already):
`npm login`
### Publish the package:
`npm publish`
### Install the Package Globally
Once published, you (or anyone) can install the package globally using:
`npm install -g pomanalyzer`
### Check [Documentation](DOCUMENTATION.md) for more details