# Codeforces CLI

Automatically setup directory for Codeforces problem with the command line

## Installation / Usage
```bash
# Install package globally
npm i -g cf-problemset

# Run the CLI to setup directory
cf-cli

# Run in different directory
cf-cli --path "<directory>"

# View all options
cf-cli --help

# Version
cf-cli --version
```

## Development
```bash
git clone git@github.com:link00000000/cf-problemset

yarn start

# Version and Publish to NPM
npm publish
```

# License
MIT. See [LICENSE](./LICENSE)
