Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/followynne/advent-code-2022
- Owner: followynne
- License: gpl-3.0
- Created: 2022-12-01T09:57:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T08:09:48.000Z (about 2 years ago)
- Last Synced: 2024-11-29T15:52:43.324Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2022
- Language: TypeScript
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)