@tim117/aoc-schedule

0.0.3 • Public • Published

create-advent-schedule

create-advent-schedule is a cli tool to create a randomized schedule for you to complete each day of advent of code. This is designed to help you get more familiar with different programming languages by challenging you to solve each days problem with a different programming language.

Usage

create-advent-schedule -l typescript rust go c++ elixir c# -f schedule.txt

Arguments

Option Alias Type Description Default
file-path f string The output destination for the schedule. schedule.txt
languages l list The list of languages to use to populate your schedule. [typescript]

Package Sidebar

Install

npm i @tim117/aoc-schedule

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

8.27 kB

Total Files

5

Last publish

Collaborators

  • tim117