Skip to content

Commit

Permalink
Adds solid color
Browse files Browse the repository at this point in the history
Adds prettier
Runs prettier
  • Loading branch information
jreina committed Jul 24, 2019
1 parent 27f1804 commit b4509b9
Show file tree
Hide file tree
Showing 28 changed files with 1,517 additions and 96 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"proseWrap": "always",
"semi": true,
"singleQuote": true,
"tabWidth": 2
}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ Cause there ain't no party like a Blync party!
`npm install -g blync-party`

## Usage
`blync-party <pattern>`
Choose from a pre-built pattern, color name, or hex code. Color names can be found on the [CSSWG named colors page](https://drafts.csswg.org/css-color/#named-colors).

`blync-party <pattern>`
`blync-party <hex code>`
`blync-party <color name>`

### Preloaded patterns
* party
Expand Down
Loading

0 comments on commit b4509b9

Please sign in to comment.