resume-pattern-library
v0.0.1
Published
Pattern library for a tech resume.
Downloads
1
Readme
Resume Pattern Library Pattern Library
This repository is a set of html patterns following the pattern-library organizational model.
Requirements
Installation
- Install Pattern Lab, then import ALL Pattern Libraries and Global Assets into Pattern Lab
gulp build
- Run server, watch files
gulp serve
Clone a pattern or create a new one
This pattern library was created with the Pattern Library Generator, which you will need to install to create or clone a pattern:
npm install -g generator-pattern-library
Create a pattern
If you would like to create a new pattern in your local patterns directory, run this command:
yo pattern-library:pattern
Clone a pattern
If you would like to clone an existing pattern from an NPM-located pattern library run this command:
COMMAND TBD