| 
 | 1 | +  | 
 | 2 | + | 
 | 3 | +<div align="center">  | 
 | 4 | + | 
 | 5 | +<span>  | 
 | 6 | + 🎄 Bring the Advent JS joy to your console! 🎄  | 
 | 7 | +</span>  | 
 | 8 | + | 
 | 9 | +<br>  | 
 | 10 | + | 
 | 11 | +  | 
 | 12 | +  | 
 | 13 | +  | 
 | 14 | +  | 
 | 15 | + | 
 | 16 | +</div>  | 
 | 17 | + | 
 | 18 | + | 
 | 19 | +> [!WARNING] Don't star this repo  | 
 | 20 | +> This is a personal project to learn about Deno packages,  | 
 | 21 | +> Console Apps and have fun coding with a project that I  | 
 | 22 | +> enjoyed solving in the past.  | 
 | 23 | +> If you like this project, please consider visiting the  | 
 | 24 | +> original website https://adventjs.dev/ and consider  | 
 | 25 | +> following [@midudev](https://midu.dev/) on his social media which is  | 
 | 26 | +> the creator of the original project.  | 
 | 27 | + | 
 | 28 | +<div align="center">  | 
 | 29 | + | 
 | 30 | +<a href="https://midu.dev/" rel="noopener" target="_blank">  | 
 | 31 | + <img src="https://midu.dev/logo.png" width="200">  | 
 | 32 | +</a>  | 
 | 33 | + | 
 | 34 | +[](https://www.youtube.com/@midulive)  | 
 | 35 | +[](https://twitter.com/midudev)  | 
 | 36 | +[](https://instagram.com/midu.dev)  | 
 | 37 | +[](https://github.com/midudev)  | 
 | 38 | +[](https://twitch.tv/midudev)  | 
 | 39 | + | 
 | 40 | +</div>  | 
 | 41 | + | 
 | 42 | +This console version is designed to test your solutions locally before submitting them to the platform.  | 
 | 43 | +Your code will be tested against the public test cases and in some cases against some random test cases.  | 
 | 44 | +You can use wheter JavaScript or TypeScript to solve the problems.  | 
 | 45 | +This description will be shown once the CLI is executed for the first time, after that, you  | 
 | 46 | +can choose the option to create a config file for the CLI with this option disabled by default.  | 
 | 47 | + | 
 | 48 | +This CLI will help you to:  | 
 | 49 | +- Create a new problem solution template to fast start  | 
 | 50 | +- Read the problems descriptions  | 
 | 51 | +- Test your solutions  | 
 | 52 | +- Focus on solving the problem in a local environment before submitting it to the platform  | 
 | 53 | +- Avoid code overhead by setting up a repository to share your solutions  | 
0 commit comments