Skip to content

hamdi4-beep/colors-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colors Extractor

Overview

A personal tool I developed to extract color values from MD files. So far, it only works when the color information are structured in a specific format like the ones from Frontend Mentor projects. Make sure to see Style Guide file

Installation

  1. Clone the repo by running the following command: git clone https://github.com/hamdi4-beep/colors-extractor.git
  2. Install the dependencies by running the following command: npm i
  3. Paste your markdown file in the files directory.
  4. Run the following command inside the folder: npm run start

Note

Once the process completes, you'll find a text file called results in the root folder.

About

A user-defined node.js module that extracts color styles and converts them into object structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published