I want to create a command line library of useful commands that I commonly use, I also want to share this with my colleagues. Some are sufficiently complex that I can't simply alias the commands in my .zshrc file. One such example is starting a fresh iOS project. I want to have certain files set up and certain tools installed.
What is a good general purpose language to write these commands in? I need the barrier to entry to be extremely low - i.e. really easy to install.
I classically write scripts in python but using pip and virtual envs can be tricky.
Bash is an all purpose option that everyone can use but I don't like the verbosity of its commands.
Two others that I have never used but seem to be in use a lot are ruby and javascript. Both have the same issue with using a dependency manager (gem or npm) but with without the whole virtual environment that comes with python.
Thoughts?
Aucun commentaire:
Enregistrer un commentaire