Matthew Hudson
Matthew Hudson
See [firsttimersonly.com](https://www.firsttimersonly.com/). This could serve as a good forcing function towards improving our contribution guidelines, documentation, and making our community more welcoming to newbies.
> **TLDR;** I propose adding a free-form, top-level `meta` field to the specification. In a world w/ more than one hub, each hub may have unique requirements for submitting microservices....
Show love to all contributors. * Add the CLI as a devDep and to the build process. https://github.com/all-contributors/all-contributors-cli * Remove AUTHORS file? * Remove package.json authors key?
- Update Node LTS - MIgrate to yarn - Rename `master` branch to `main` - - Use Auto? for auto-publishing? - Migrate from Renovate to DependBot - Migrate from nwb...
Exploring the overall uselfulness of [Auto](https://intuit.github.io/auto/docs)...
A refactor is long overdue that allows non-browser support. This means defaulting to `window.userAgent` in browser environments, while also allowing any UA string as an initialization argument. _This will also...
I need to compile a list of target devices to test against.
Currently leaning towards using JSDoc generated HTML for the `docs/` folder. There are a few different templates, [here's one example](http://clenemt.github.io/docdash/).
Are there any prominent Nodejs-based CLIs that have implemented auto-updating? A short-term solution may be implementing something like [update-notifier](https://www.npmjs.com/package/update-notifier), which is used by the NPM CLI + others.