Metadata-Version: 2.1
Name: jpm
Version: 1.0.1
Summary: A small CLI package manager for Java projects using Maven
Home-page: https://github.com/bbenefield89/Java_Package_Manager
Author: Brandon Benefield
Author-email: bsquared18@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/bbenefield89/express-admin-area/pulls)
![Version 1.0.1](https://img.shields.io/badge/Version-1.0.1-brightgreen.svg?style=flat-square)
![Python >=3.6](https://img.shields.io/badge/Python->=3.6-brightgreen.svg?style=flat-square)

# JPM (Java Package Manager)

JPM is a CLI that works with [Maven](https://maven.apache.org/index.html) to automate package management.

Currently, JPM does not support **Gradle** but is on the roadmap for a future release.

[Checkout JPM on PyPI](https://pypi.org/project/jpm/)


## Installation

**pip**  
`pip install --user jpm`

**pipenv**  
`pipenv install jpm`


## Usage

Using **JPM** is as easy as:

- Open favorite terminal
- `cd` into directory with a `pom.xml` file
- `jpm --package_name=mysql-connector-java`


## Contributing

Please refer to this repositories [Contributing.md](https://github.com/bbenefield89/jpm/blob/master/.github/CONTRIBUTING.md)


## Contributers

| [<img src="https://avatars0.githubusercontent.com/u/29239201?v=4" align="center" width=100><br><b>Brandon Benefield</b> ](https://github.com/bbenefield89) |
|------------------------------------------------------------------------------------------------------------------------------------------------------------|

## LICENSE

MIT


