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.
- Host: GitHub
- URL: https://github.com/minusinfinite/my-team-cli
- Owner: minusInfinite
- License: mit
- Created: 2021-08-09T23:49:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T09:04:33.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T22:30:08.846Z (over 1 year ago)
- Language: JavaScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)


## 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)