/run

CLI-based app, made it with go in order to run repetitive task easier

Primary LanguageGoApache License 2.0Apache-2.0

Codacy Badge

Install

make install

Delete empty and not empty folder

run del FOLDER

Get folder size

run size FOLDER

Git add, commit, push

run git MESSAGE

Delete all node_modules folders recursively

run nm FOLDER

Import sql zip file to mysql server from a folder

run mysql --folder ~/Desktop --filePassword "PASSWORD"

Copy file from datamodel dist to project

run datamodel PROJECT FILE

Get apps datamodel version

run datamodel-status

Show dependency version

run toml DEPENDENCY

More comands...