Ryan Hinchey
Ryan Hinchey
This PR adds support for an `envinfo.js` configuration file. Based on the discussion here https://github.com/tabrindle/envinfo/issues/158. Some notes on the design considerations from @tabrindle: > size. envinfo is frequently used via...
Looking at PR https://github.com/tabrindle/envinfo/pull/153 made me wonder where the line should be drawn for adding presets. Would it make more sense to have a file like .envinfo that we could...
`utils.condensePath` is used for binaries and managers but not languages, databases, ides, etc. Is there a reason for that? It seems to me that we'd want to replace `process.env.HOME` with...
I made a [babel preset for crank](https://github.com/ryhinchey/babel-preset-crank) so you don't have to type these two lines in every component you write: ```js /** @jsx createElement */ import {createElement} from "@bikeshaving/crank";...
Travis has been running slow. There are already Actions being used within this library so let's consolidate and move our CI build to it