Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 736 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 736 Bytes

mys

A tiny cli tool to rapidly create, drop, import & export local MySQL databases.

Installation

Copy and paste the following into your terminal:

git clone https://github.com/steadfast-collective/mys.git ~/mys && cd ~/mys && ./mys --setup

Usage

$ mys <command> [parameter(s)]

For more info, please run:

$ mys --help

Contributors

Daniel Crewdson

Disclaimer!

This tool is only intended to be used locally for speeding up common development tasks - please do not use this on a live/production environment.

We plan to add the ability to configure mys to work with other databases. But for now, we're sticking with MySQL whilst we iron out any issues.