bjankord / Style-Guide-Boilerplate

⚡️🎨 A starting point for crafting living style guides.

Home Page:http://bjankord.github.io/Style-Guide-Boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v4 Rewrite ⚡

bjankord opened this issue · comments

Goals of v4 Rewrite

  • Write in language I use day to day so it is easier to maintain
    • I don't use PHP, haven't used it for years. However, I do use NodeJS so the rewrite will be built with that.
    • This will make it much easier for me to add new features
      • Im thinking about adding browser reload on save functionality
      • See if I can incorporate a simple search feature
      • Add support to design tokens for color and fonts
  • Keep it as passive as possible for existing users.
    • Migration should be easy, there will be minimal lift and shift of files required
  • Keep it as simple as possible
    • One of the main goals of the project has been to keep SGB simple, un-opinionated, and easy to use.
    • No jQuery, no Webpack, no Babel. All those tools are useful and have a place, but for this project I want to keep things really easy for people who primarily work in HTML and CSS to get a styleguide up and running.

What will happen to the PHP version?

The PHP version will be migrated over to https://github.com/bjankord/Style-Guide-Boilerplate-php