Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/followynne/advent-code-2022

https://adventofcode.com/2022
https://github.com/followynne/advent-code-2022

advent-of-code advent-of-code-2022

Last synced: about 1 month ago
JSON representation

https://adventofcode.com/2022

Awesome Lists containing this project

README

        

# advent-code-2022 ![NPM](https://img.shields.io/npm/l/advent-code-2022-followynne)

![npm](https://img.shields.io/npm/v/advent-code-2022-followynne) ![npm](https://img.shields.io/npm/dt/advent-code-2022-followynne)

To install:

`npm i -g advent-code-2022-followynne`

To run, launch on the shell:

`aoc2022-followynne`

If you want to get the day inputs cleaned&formatted in a javascript array, feel free to browse the source code under:

`src/{day}/input.ts`

## Requirements

- Node min v.16

## Resources

- [Building a Typescript CLI app](https://dev.to/akshaynathan/building-a-typescript-cli-26h5)
- [Releasing a NPM pkg via release-please](https://github.com/marketplace/actions/release-please-action)