Skip to content

jimmychu0807/advent-of-code-2021

Repository files navigation

Advent of Code 2021

Known Vulnerabilities npm version

This is my attempt on Advent of Code 2021 🚀

Workflow

Normal run

yarn install
# More help text will be displayed
yarn cli <sub-command> <input argument>
# Example
yarn cli sonar-sweep -i src/01-sonar-sweep/input/input.dat

For CI

yarn install
# More help text will be displayed
yarn validate

For docs generation

yarn docs:update
# Preview docs
yarn docs:serve