Skip to content

Scripts that are useful in multiple development projects. To be used as a submodule of other projects.

License

Notifications You must be signed in to change notification settings

geoneric/devbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devbase

This project contains scripts that are useful in multiple development projects. The project can be used as a submodule of another project.

When working on multiple development projects, there are often scripts that are useful in more than one of those projects. Instead of copying these over, these can be collected in a seperate project and shared by the projects that need them. This way these shared scripts can be maintained at a single place.

As an example, consider a CMake script that finds some library Blah for which a standard CMake installation does not contain a FindBlah.cmake script. We can implement this file ourselves, or copy it from someplace else and store it in the Devbase project. Now all our projects can use this script to let CMake find the Blah library.

About

Scripts that are useful in multiple development projects. To be used as a submodule of other projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published