Th0rN13 / myd

My define

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyDefine

The tool for define aliases to often used git repositories.

Install

$ npm i -g myd

Usage

Define shortcode to expression.

$ myd define shortcode expression

Delete shortcode.

$ myd delete shortcode

Show your shortcodes list.

$ myd list

Run command git clone [expression] [arguments] for your shortcode.

$ myd cl shortcodes arguments

Examples

Setting pug shortcode for my pug-template repository.

$ myd define pug https://github.com/Th0rN13/pug-template
  • git clone my template pug-template
$ myd cl pug

About

My define


Languages

Language:JavaScript 100.0%