The Wayback Machine - https://web.archive.org/web/20220719023804/https://github.com/topics/automations
Skip to content
#

automations

Here are 49 public repositories matching this topic...

vivek80801
vivek80801 commented Dec 10, 2021

add colors to console.log in javascript projects.

For nodejs:

// This should be red color
console.log("\x1b[31m; %s \x1b[0m", "Hello world");
// for some more colors
for(let i =1; i <10; i++){
   for(let j = 30; j<38; j++){
     for(let k = 40; k<48; k++){
         console.log(`\x1b[${i};${k};${j}m Hello world \x1b[0m`);
        }
       }
    }
good first issue Idea

Python client for IBM Enterprise Lifecycle Management applications with example commandline applications for OSLC Query export to CSV from DOORS Next (DN/DNG), Enterprise Workflow Management (EWM/RTC) and Enterprise Test Management (ETM/RQM), ReqIF import/export, and DOORS Next Reportable REST export to CSV/XML
  • Updated Jul 14, 2022
  • HTML

Improve this page

Add a description, image, and links to the automations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the automations topic, visit your repo's landing page and select "manage topics."

Learn more