
## 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