mmcli

0.1.1 • Public • Published

mmcli

Standard - JavaScript Style Guide Dependency Status DevDependency Status NPM Downloads Travis Build Status

Helper for MySQL command-line tool.

Requirments

  • mycli

Install

$ npm install -g mmcli

Usage

First, create ~/.mmcli.yml with your own db information:

local:
  host: 127.0.0.1
  port: 3306
  user: root
  password: root

...

View available slots:

mmcli -l

Select a slot:

mmcli -s local

Made with ❤ by m31271n

Readme

Keywords

Package Sidebar

Install

npm i mmcli

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • m31271n_account