Skip to content

Advent Of Code CLI to create a template for the days coding challenge.

Notifications You must be signed in to change notification settings

whutchinson98/aoc-initializer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aoc Initializer CLI

Description

Created to easily create a template solution in Rust with some boilerplate for Advent of Code.

Usage

Build the cli cargo build --release

Move into existing path location or add into your path sudo mv ./target/release/aoc-initializer-cli /usr/bin/aoc

Initialize your config aoc config ${YOUR_AOC_SESSION_ID} ${YEAR}

Create the template for a given day in AOC aoc init ${day}

About

Advent Of Code CLI to create a template for the days coding challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages