0.2.0 • Published 3 months ago

@jimmychu0807/aoc-2021 v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Advent of Code 2021

Known Vulnerabilities npm version

This is my attempt on Advent of Code 2021 :rocket:

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