Package gem-bake: Information
Source package: gem-bake
Version: 0.16.1-alt1
Build time: Aug 15, 2023, 08:54 PM
Category: Development/Ruby
Report package bugHome page: https://github.com/ioquatix/bake
License: MIT
Summary: A replacement for rake with a simpler syntax
Description:
Bake is a task execution tool, inspired by Rake, but codifying many of the use cases which are typically implemented in an ad-hoc manner. Rake is an awesome tool and loved by the community. So, why reinvent it? Bake provides the following features that Rake does not: * On demand loading of files following a standard convention. This avoid loading all your rake tasks just to execute a single command. * Better argument handling including support for positional and optional arguments. * Focused on task execution not dependency resolution. Implementation is simpler and a bit more predictable. * Canonical structure for integration with gems. That being said, Rake and Bake can exist side by side in the same project.
List of RPM packages built from this SRPM:
bake (noarch)
gem-bake (noarch)
gem-bake-devel (noarch)
gem-bake-doc (noarch)
bake (noarch)
gem-bake (noarch)
gem-bake-devel (noarch)
gem-bake-doc (noarch)
Maintainer: Pavel Skrylev