Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eliyas5044 authored Jul 1, 2024
1 parent ca7c349 commit c04bb7f
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
# dxh_py

A python CLI to generate pypi packages.
A Python CLI tool to generate PyPI packages effortlessly.

## Installation

To install `dxh_py`, use pip:

```sh
pip install dxh-py
```

## Usage

To generate a PyPI package from a GitHub repository, run:

```sh
dxh_py https://github.com/devxhub/django-boilerplate
```

## Features

- Simple and intuitive CLI
- Automates the creation of PyPI packages from GitHub repositories
- Supports both source distributions and wheel builds

## Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
```

0 comments on commit c04bb7f

Please sign in to comment.