Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

jamerrq/advent-js-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

🎄 Bring the Advent JS joy to your console! 🎄

deno typescript javascript v1.0.1

Warning

Don't star this repo! This is a personal project to learn about Deno packages, Console Apps and have fun coding with a project that I enjoyed solving in the past. If you like this project, please consider visiting the original website https://adventjs.dev/ and consider following @midudev on his social media which is the creator of the original project.

This console version is designed to test your solutions locally before submitting them to the platform. Your code will be tested against the public test cases and in some cases against some random test cases. You can use wheter JavaScript or TypeScript to solve the problems. This description will be shown once the CLI is executed for the first time, after that, you can choose the option to create a config file for the CLI with this option disabled by default.

This CLI will help you to:

  • Create a new problem solution template to fast start
  • Read the problems descriptions
  • Test your solutions
  • Focus on solving the problem in a local environment before submitting it to the platform
  • Avoid code overhead by setting up a repository to share your solutions

Installation

You must have Deno installed in your system to use this CLI. In case you don't have it, you can install it by following the instructions in the official website https://docs.deno.com/runtime/manual

deno install --allow-read --allow-write --allow-net --allow-run https://deno.land/x/adventjs@v1.0.1/mod.ts

Usage

adventjs

Demo

new-demo.mp4