Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bryan-hoang/aoc-cli-node

An Advent of Code command-line tool developed using Node.js.
https://github.com/bryan-hoang/aoc-cli-node

advent-of-code

Last synced: about 1 month ago
JSON representation

An Advent of Code command-line tool developed using Node.js.

Awesome Lists containing this project

README

        

# aoc-cli-node

[![license](https://img.shields.io/github/license/bryan-hoang/aoc-cli-node)](https://github.com/bryan-hoang/aoc-cli-node/blob/main/LICENSE)
[![CI](https://github.com/bryan-hoang/aoc-cli-node/actions/workflows/ci.yml/badge.svg)](https://github.com/bryan-hoang/aoc-cli-node/actions/workflows/ci.yml)
[![Release](https://github.com/bryan-hoang/aoc-cli-node/actions/workflows/release.yml/badge.svg)](https://github.com/bryan-hoang/aoc-cli-node/actions/workflows/release.yml)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

An Advent of Code command-line tool developed using Node.js.

TODO: fill out this long description.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Install

```sh

```

## Usage

```sh

```

## Maintainers

[@bryan-hoang](https://github.com/bryan-hoang)

## Contributing

PRs accepted.

Small note: if editing the README, please conform to the
[standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

MIT © 2024 Bryan Hoang

Functionality is inspired by
[scarvalhojr/aoc-cli](https://github.com/scarvalhojr/aoc-cli). Project structure
is inspired by [nuxt/cli](https://github.com/nuxt/cli).