Michael Scott Hertzberg
Michael Scott Hertzberg
fer sure! i started revising it again. here's the checklist of what I need to finish for data points: - [ ] currencies - [ ] flag - [ ]...
All good Trent! I'm on a cruise for the next week. Got a local branch I have yet to push.. Curious about that new open but with GB. Good luck...
@goliatone do you have some examples of what would constitute a viable plugin for envset?
@goliatone oh my, that sounds amazing, especially the distributed config. mucho 12-factor. i also +1 the idea of multi-language configuration. Regarding multi-language configuration, `eslint` would be a possible example. Here's...
@goliatone got it. i can admire the minimalism. i've turned to using `yargs` which has a really nice api for sub-commands can become super pluggable. thoughts on yargs? **edit** http://yargs.js.org/docs/#methods-commanddirdirectory-opts...
i had used `commander` as well and then finally fell in love with the `commandDir` option in `yargs` to use subdirectories as subcommands. such a seamly way to decouple. So...
we can also have some form of dynamic requires. if for say there are these two made up plugins: `envset-plugin-s3` `envset-plugin-redis` ``` js ... yargs .command(require('envset-plugin-s3')) .command(require('envset-plugin-redis')) ... ``` and...
hi @dathoangnd! I would love to add this to the list! I'll need to revise this slightly and can merge it, as this is would warrant a new category. many...
@frdmn i'll find some time, but in the interim... you'll get a kick out of this, i've been using this as a proxy: https://cors-anywhere.herokuapp.com/http://pure-journey-3492.herokuapp.com/1.1/statuses/user_timeline.json?screen_name=suminnovation it's a couple of hops, but...