bloqhead / patternloader

A simple PHP-driven design pattern loader for quickly generating a design pattern library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pattern Loader

A simple PHP-driven design pattern library loader. Read about it on the Big Sea Blog.

Get Started

  1. Rename the parameters in the project.json file to match your project. This is optional but makes thing a little more presentable and personalized
  2. Create your individual Scss, Coffeescript and Javascript files in their corresponding folders in the /public/assets/ directory
  3. To automate things and save time, James wrote a Bash script that will generate your pattern HTML files based on the names of your Scss files. Run genpattern via Terminal to do the job:
    $ ./genpattern
  4. Start writing your design pattern HTML in the files generated in step 3
  5. To display your patterns, open index.php in your web browser.

Credits

Front-End Web Developer Daryn St. Pierre and Lead Developer James Sylvanus with Big Sea Design in sunny St. Petersburg Florida.

View the license.

About

A simple PHP-driven design pattern loader for quickly generating a design pattern library.

License:MIT License


Languages

Language:HTML 30.7%Language:CSS 28.5%Language:PHP 24.6%Language:JavaScript 11.6%Language:Shell 2.7%Language:Ruby 1.9%