Inspiration

I was required to create a styleguide and figured making this could simplify the process by 100%.

What it does

Currently, it takes in a .css file and cycles through the styles to find unique attributes present in the file. For example, unique colors, unique font sizes, unique links, etc.

How I built it

I'm building it using a CSS Parser library to group the styles. The rest of the project is just simple Java.

Challenges I ran into

I deleted the entire project on accident when trying to disconnect it from a repository. Parsing text is difficult sometimes.

Accomplishments that I'm proud of

It works

What I learned

I hate parsing text

What's next for StyleguideGenerator

After I finish the all of the default options for a style guide generation and make a simple GUI to use with it, I'll leave it for anyone to use and add to.

Built With

Share this project:

Updates