0.0.3 • Published 6 years ago

mysql-cli v0.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

mysql-cli

A NodeJS interactive MySQL command line interface.

The project is still in his very early stage, it can have bugs.

Installation

This is a global module so you must install usin the global flag, you can use npm or yarn:

npm install -g mysql-cli
yarn add global mysql-cli

Than type mysql-cli and it will start an interactive session where you can manage your connections and databases. Type help to have the list of available commands or type help <command> for further help for single commands.


Contributing

  1. Create an issue reporting a bug or a feature
  2. Fork the project (https://github.com/codekraft-studio/generator-wordpress-starter/fork)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Publish the branch (git push origin my-new-feature)
  6. Add some test for your new feature
  7. Create a new Pull Request

MIT

MIT © codekraft-studio