diff --git a/ExerciceChecker/package.json b/ExerciceChecker/package.json index d945e964a88f66b25573cab2cd1bf58bf21ccf59..de22b9cff0f10fc06b3f281ca913857a8fef376a 100644 --- a/ExerciceChecker/package.json +++ b/ExerciceChecker/package.json @@ -1,6 +1,6 @@ { "name" : "dojo_exercice_checker", - "version" : "1.0.0", + "version" : "0.0.1", "main" : "dist/app.js", "bin" : { "dirmanager": "./dist/app.js" diff --git a/ExerciceChecker/src/app.ts b/ExerciceChecker/src/app.ts index 9e5e4316969632c57e4a86cf78dedc6d842bf86a..a4f2ffd64f0abf492d16f4dc0565f872fb1991db 100644 --- a/ExerciceChecker/src/app.ts +++ b/ExerciceChecker/src/app.ts @@ -4,11 +4,16 @@ const path = require('node:path'); require('dotenv').config({ path: path.join(__dirname, '../.env') }); require('./shared/helpers/TypeScriptExtensions'); // ATTENTION : This line MUST be the second of this file +import chalk from 'chalk'; import HttpManager from './managers/HttpManager'; HttpManager.registerAxiosInterceptor(); + +console.log(chalk.blue('Dojo Exercice Checker')); + + // Step 1: Read the dojo enonce file from the enonce repository // Step 2: Download immutables files (maybe throw or show an error if the files have been modified ?) - Can be merged with step 1 // Step 3: Run docker-compose file