@jimmychu0807/aoc-2021

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @jimmychu0807/aoc-2021

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

953 kB

Total Files

224

Last publish

Collaborators

  • jimmychu0807