Oleh Kuchuk
Oleh Kuchuk
Man, you are fast :) I am not on it yet, you can take it if you wish, unless you have higher priority tasks.
`postcss` ecosystem has common way for doing this - [`postcss-load-config`](https://github.com/michael-ciniawsky/postcss-load-config) . If you don't want to add it as dependency i guess that options described in readme should be supported.
If this necessary there is a wrapper module called gh-user ``` javascript var ghUser = require('gh-user'); ghUser('sindresorhus', function (err, user) { console.log(user); //=> { login: 'sindresorhus', id: 170270, ... }...
@bucaran You could get email, websites in such way and not add separate promt for it. But i not like this, it's more dependencies, dependencies => issues in future
@sotayamashita absolutely
@sotayamashita i don't see any differences, what's a point?