Project

gaudi

0.01
Low commit activity in last 3 years
There's a lot of open issues
No release in over a year
## DESCRIPTION This gem provides setup, scaffolding and maintenance functions for [gaudi](http://github.com/damphyr/gaudi) installations. ## USAGE To create a directory structure for a Gaudi based project: ```bash gaudi -s project/root ```
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.23
>= 4.0, < 7

Runtime

~> 0.9
 Project Readme

gaudi - A Builder CircleCI Coverage Status Code Climate doc status

gaudi is not a gem or a library. It is an approach for the construction of build systems for highly complex projects that incorporate multiple technologies, languages and toolchains.

Goals

The main goals of gaudi are:

  • Provision of a simple and centralized way for configuring a development environment beginning with the build process
  • Codification of a set of conventions for projects targeting multiple platforms
  • Formation of a basis for a consistent CLI interface between the developers and the development environment

The approach and utilization of gaudi are laid out in more detail in the documentation directory and the files contained therein.

Getting started

This repository hosts the core gaudi code and the gaudi-c module, a module for building C/C++.

gaudi is meant to be part of a code repository from the initial commit on. To that purpose there is a gaudi gem that simplifies the process of integrating gaudi in a repository.

The gaudi gem can be installed through the gem command:

gem install gaudi

Afterwards a project scaffold can be created with the following command:

gaudi -s gaudi_project

This command invocation will create a basic project structure and pull the current version of gaudi from its upstream repository. The scaffold also adds the correct files and structure to support features like the documentation tasks

The gaudi-c module can be added to an existing gaudi build system scaffolding by utilizing the below invocation of gaudi:

gaudi -l gaudi-c https://github.com/damphyr/gaudi.git gaudi_project

Gaudi?

Well, if you know who Gaudi was you should concentrate on the fact that he rarely produced detailed plans of his works, instead he created models.

Gaudi was very much a builder and a craftsman. Each of his buildings is unique yet based on his knowledge of the materials and the techniques for working with them.

LICENSE

(The MIT License)

Copyright (c) 2013-2021 Vassilis Rizopoulos

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.