adventjs-cli -- The all-in-one command-line tool for AdventJS challenges

adventjs-cli

The all-in-one command-line tool for AdventJS challenges by @midudev

Save hours of repetitive setup with a single command and focus on solving, not configuring.

export { filterGifts };

function filterGifts(gifts: string[]): string[] {
  // Code here
  return []
}
Testing

Testing

Out of the box test configuration and auto-generated test files.

Debugging support

Debugging support

Built-in debugging capabilities for easy troubleshooting.

Prettier integration

Prettier integration

Automatic code formatting with Prettier.

ESLint integration

ESLint integration

Built-in linting support with ESLint.

Github Actions

Github Actions

Pre-configured CI/CD pipelines for seamless integration.