Skip to content

MorganShorter/drop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drop is an inter-project dependencies tool that binds functionality of source control systems, autoconf scripts, make and package managers.

There are a lot of tools orchestration and deployment to production but very few tools to help someone configure a machine for development. dws is just a tool.

At its core, dws helps to run multiple sequences of dev commands in topological order. ex:

git clone _repo-1_
./configure
make
make install
git clone _repo-2_
./configure
make
make install

is replaced by a single command:

dws build _myproject-and-prerequisites_.xml

About

Configuration and deployment scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.4%
  • Makefile 3.3%
  • Shell 2.5%
  • Other 0.8%