Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bryan-hoang/aoc-cli-node
- Owner: bryan-hoang
- License: mit
- Created: 2024-12-05T20:57:41.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T15:53:49.000Z (about 2 months ago)
- Last Synced: 2024-12-09T16:28:44.027Z (about 2 months ago)
- Topics: advent-of-code
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).