ronin-code-sql
ronin-code-sql copied to clipboard
Add a CLI
Add a ronin-sql
CLI.
- [ ] Add the
ronin-core
dependency for thecommand_kit
gem. - [ ] Add
bin/ronin-sql
executable file. - [ ] Add
Ronin::SQL::CLI
module/namespace. - [ ] Add the
command_kit/completion/task
rake task to theRakefile
. - [ ] Add a
man/ronin-sql.1.md
file and thekramdown/man/task
rake task to theRakefile
to generate the man pages. - [ ] Add the
generated_files
list to thegemspec.yml
and add theman/ronin-sql*.1
anddata/completions/ronin-sql
files. - [ ] Add a Synopsis section to the README.