[dist] Release v1.0.0

This commit is contained in:
Marak 2014-10-01 13:24:15 +02:00
parent 936cf564be
commit 3968ec6364

View File

@ -98,6 +98,12 @@ To disable colors you can pass the following arguments in the command line to yo
node myapp.js --no-color
```
## Console.log [string substitution](http://nodejs.org/docs/latest/api/console.html#console_console_log_data)
var name = 'Marak';
console.log(chalk.green('Hello %s'), name);
// outputs -> 'Hello Marak'
## Custom themes
### Using standard API