>_ mcl - My Command Line - A personal generic customizable Command Line
---
This started as a small personal project (written and used only on macos) but given the great utility I thought I'd make it public.
Maybe with the help of the community it can progress and be more and more useful to more developers.
Thank you ❤️
---
I'm Emanuele Strazzullo
If you have found anything useful and you want to support me, then Buy me a coffee! :coffee:
buymeacoffee.com is a website that contacts developers, designers, artists, etc. with their communities so that people can express appreciation for their work.
If you want to contribute feel free to do it at Buy me a coffee! :coffee:, and many thanks in advance ❤️
For as we well know
var code = developer + caffeine

---
Examples:
---
npm run imcl to print the help (usage)global-mcl.json as you like (run mcl edit-conf or mcl edit-conf code)mcl init-local to create local mcl.json conf file. It will extends your global mcl conf.script section of the mcl conf file to define any kind of scriptvar section of the mcl conf file to define variables$__dirname : Get __dirname variable$__params : Get all parameters$__args : Get all arguments$1 to get the first argument$2 to get the second argument?$1 to specify an optional argument$1$(default_value) to specify a default argument--mcl-dry-run : Dry run--mcl-share-vars : Share mcl vars with a bash/shell script "cmd_name": ["sh myscript.sh --mcl-share-vars", " # Comment"])"cmd_name": ["echo \"example\";", " # Echo \"example\""])