Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created November 6, 2017 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamstarkov/d12c92357e02f182ae6fa6c8fa7acd5f to your computer and use it in GitHub Desktop.
Save iamstarkov/d12c92357e02f182ae6fa6c8fa7acd5f to your computer and use it in GitHub Desktop.
const prep = x => x.trim().replace(/\s+/gim, ' ').replace(' latest', ':').replace('❯◯', 'bump')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment