Skip to content

Commit

Permalink
feat: Add the human-like concatenation
Browse files Browse the repository at this point in the history
feat: Add human-like concatenation
fix #10
  • Loading branch information
sospedra committed Jan 17, 2016
1 parent 5862998 commit 3256a31
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 19 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ logatim.blue.bgYellow.bold.info("It's like reading english")
// and the next print is completly independent; zero memories
logatim.green.info('No background color nor bold here')

// you can concat different styles
logatim.red('R').green('G').blue('B').info()

// also, of course you can print without any style
logatim.info("I'm a boring log")

Expand Down
2 changes: 1 addition & 1 deletion dist/logatim.amd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/logatim.commonjs2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3256a31

Please sign in to comment.