/azdo-userscripts

Makes Azure DevOps suck less.

Primary LanguageTypeScriptMIT LicenseMIT

azdo-userscripts

Userscripts for Azure DevOps

Getting started

  1. Install the Violentmonkey extension for your browser
  2. Refresh this page if you just installed this extension (or the download link won't work)
  3. Install the userscript

By default, Violentmonkey will auto-update scripts from the original install location once a day. You can force an update from the extensions menu.

Features

  • Automatically selects the "Squash commit" option when setting auto-complete in feature PRs

Development

# Compile and watch
$ npm run dev

# Build script
$ npm run build

# Lint
$ npm run lint

Release

# Bump version and create a git tag
$ npm run release

Credits

This userscript was initiated from @violentmonkey/generator-userscript.