lucasmonstrox / rockpaperscissors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ Description

Rock Paper Scissors game CLI

🧰 Installation

Prerequisites

Install yarn packages before continue

yarn

⌨ Development

Running the app

yarn dev play -l rock -r paper

πŸ§ͺ Running tests per layer

yarn test:layers:domain

πŸ“ Lint

Linting codebase

# getting lint issues
yarn lint

# fixing lint issues
yarn lint:fix

πŸ“¦ Building

Before building application to production, make sure environment variables are applied correctly

Building for production

yarn build

βœ… TODO

  • add integration/e2e tests
  • add as real binary command

Observation: Some TODOS are spread across the code and need to be fixed ASAP

About


Languages

Language:TypeScript 100.0%