Skip to content

Commit

Permalink
release: v0.3.0. timers.
Browse files Browse the repository at this point in the history
  • Loading branch information
StreetStrider committed Mar 23, 2015
1 parent debeef5 commit 6b025ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# console-ultimate

> Node-compatible `console` object with extra features.
Node-compatible `console` object with extra features. Replace default one with this and you'll have nice styles and advanced features out of the box. Features include: timers, terminal clear, customizable styles and behavior for every function, on-off options for every additional function and other.

# install
```sh
Expand All @@ -22,7 +22,7 @@ console = Console();

console.log('...');
```
`Console.colors` and any console instance `.colors` property has a ref to [cli-color](https://github.com/medikoo/cli-color). It can be used for customizing output styles.
`Console.colors` and any console instance `.colors` property is a ref to [cli-color](https://github.com/medikoo/cli-color). It can be used for customizing output styles.

```javascript
console = Console(null, null, {
Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "console-ultimate",
"version": "0.2.0",
"version": "0.3.0",

"description": "replacement for std console with extra features",
"tags": [ "console", "color", "cli" ],
"tags":
[
"console", "color", "cli",
"dir", "inspect", "format", "util",
"timer", "timing", "hrtime", "benchmark",
"node"
],

"license": "MIT",
"author": "StreetStrider <[email protected]>",
Expand Down

0 comments on commit 6b025ab

Please sign in to comment.