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

https://github.com/minusinfinite/my-team-cli

Create a landing page for your project with this CLI tool.
https://github.com/minusinfinite/my-team-cli

Last synced: about 1 year ago
JSON representation

Create a landing page for your project with this CLI tool.

Awesome Lists containing this project

README

          

# My Team CLI

A Command Line Tool to quickly generate a landing page for you team

## Table of Contents

[Installation](#installation)

[Usage](#usage)

[Examples](#examples)

[Credits](#credits)

[Testing](#testing)

[Questions](#questions)

## Installation

Clone the repo

```termnal
git clone https://github.com/minusInfinite/my-team-cli.git
```

Install packages via Yarn -

```termnal
yarn install
```

## Usage

Use the following NPM script

```termnal
yarn start
```

## Examples

[Video demo](https://youtu.be/wGfslArMGAU)

![A screenshot of the application working in a terminal window](./assets/cli-output.png)

![A screenshot of the HTML page generated](./assets/html-output.png)

## Credits

InquirerJS -

Chalk -

## Testing

A number of tests have been written for the exisiting classes.
If you need to add addtional Employee types be sure to add tests.

Then run the command below

```terminal
yarn test
```

Unit-tests in this projects is done using jest -

## Questions

Github: @minusInfinite

[Email](mailto://ashley@minusinfinite.net)