Metadata-Version: 2.1
Name: hbtn-cli
Version: 2.0.0
Summary: Automates Holberton School projects creation.
Home-page: https://github.com/maleksal/hbtn-cli
Author: Malek Salem
Author-email: 1419@holbertonschool.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# HBTN-CLI

Automates the Creation of  all necessary files of a project. by supplying one or more URL.

<img src="https://github.com/maleksal/hbtn-cli/blob/main/demo.gif"  style="zoom:150%;" />

## Install

```bash
$ python3 -m pip install hbtn-cli
```



## Usage

```console
$ hbtn setup

$ hbtn fetch <project URL>

$ hbtn --help
Usage: hbtn [OPTIONS] COMMAND [ARGS]...

  Create all necessary files of a project. by supplying one or more URL.

Options:
  --help  Show this message and exit.

Commands:
  fetch  Fetch project files and creates them.
  setup  Create settings.ini.


```



