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
- Clone the repo by running the following command:
git clone https://github.com/hamdi4-beep/colors-extractor.git
- Install the dependencies by running the following command:
npm i
- Paste your markdown file in the files directory.
- Run the following command inside the folder:
npm run start
Once the process completes, you'll find a text file called results in the root folder.