An open API service indexing awesome lists of open source software.

https://github.com/gilberton3to/petbook

A simple CLI(Command Line Tool) to help you manage your collection of pets, and choosing the name of your pets by generating random names from the category of your choosing.
https://github.com/gilberton3to/petbook

apple-academy cli swift

Last synced: 22 days ago
JSON representation

A simple CLI(Command Line Tool) to help you manage your collection of pets, and choosing the name of your pets by generating random names from the category of your choosing.

Awesome Lists containing this project

README

        

# Pet Name Generator & Collection Manager

Screenshot 2024-03-26 at 10 50 13

This is a command line program (CLI) developed to help you manage your collection of pets, choose the name of your pets by generating
random names from the category of your choosing. You can add, delete and view all your pets.

## Features

- **Name Generator**: Generate new creative and unique names for your pets.

- **Pet Registration**: Register your pets in a collection to maintain organized control.

- **Easy to Use**: Simple and intuitive interface for a friendly user experience.

## Language

Be sure to find out the language:

- Swift

## How To Use

**SUBCOMMANDS:**

-generate

-edit

-view

**OVERVIEW: Generate**

**USAGE:**

petbook generate [OPTIONS]

**ARGUMENTS:**

generates the name of an animal, possibilities: 'cat', 'dog', 'bird', 'fish' or 'others'.

**FLAGS:**

-m, --mythological Generate a mythological name.

-p, —-person Generate a human name.

-c, —-cute Generate a cute name.

**OVERVIEW: Edit**

**USAGE:**

petbook edit [OPTIONS]

**ARGUMENTS:**

the name of the pet you want to add or delete in your collection, eg. 'edit -i'.

**OPTIONS:**

-i, --insert Adds a new pet to your collection.

-d, --delete Deletes a pet of your choosing from your collection.

**OVERVIEW: View**

**USAGE:**

petbook view [OPTIONS]

**ARGUMENTS:**

shows your collection of pets or the collection of the names the app can give you. possibilities: 'pets' or 'animal-names'.

**FLAG:**

-d, --delete Delete all pets from a collection.