estev.ao-cli

A CLI to create shortener urls


Keywords
pypi
Install
pip install estev.ao-cli==0.2.1

Documentation

estev.ao CLI

🔗 A short and simple redirecting service

🚀 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

📥 Prerequisites

The following software is required to be installed on your system:

📦 Installation

You can install the program in your computer for your own use.

pip install estev.ao-cli

🎮 Usage

After you have installed the program you can run it from everywhere. Just run estev.ao and give it a URL. Then the shorted version will be on your clipboard.

$ estev.ao https://github.com/nelsonmestevao/estev.ao-cli
https://estev.ao/u/LMkQJ

Use --help for more help on usage.

🔨 Development

Setup the project and all dependencies for development.

. bin/setup

Run the tests.

bin/test

Format the code accordingly to common guide lines.

bin/format

Lint your python code.

bin/lint

Publish the application to PyPI.

bin/publish