Develo standardize development workflows!
Develo
Hi, don't be so excited :) There's nothing magical here :) Develo
is just a tool that helps me to handle the same stuff that I do but on different projects and environments.
What do I mean?
The Problem
Imagine that you are just like me ... love to experiment or work with different programming languages or with different frameworks.
I saw that on every (web)project that I work with I have the same things to do:
- Setup and prepare project environment
- Running development servers
- Using REPLs
- Accessing DBs
- Deploying
- Updating project
Same shits ... Different projects!
For example let's have a look in Deploying
process:
-
Scenario 1: Deploying with
Capistrano
...cap deploy
-
Scenario 2: Custom deploying process
svn update
,make assets
,rsync ...
-
Scenario 3: Deploying to PaaS ...
git push heroku master
Yeah ... many different ways to do it but the goal is the same!
The Solution
I just decided to standardize these things :)
$ develo deploy
on every fkin project! **That's it! :)
If you love the idea view check out https://github.com/mignev/develo
I will be very happy and thankful if you share some ideas, some hacks and best practices which will make our lives nicer and easier :)
Thanks about your attention :)