cake
Version, currently 1.0.03 versions
- 1.0.2latestMay 15, 2017
- 1.0.1not indexedJul 9, 2022
- 1.0.0not indexedJul 9, 2022
github.com/axvm/cake
Cake is a powerful and flexible Make-like utility tool. Make Tasks Great Again!
73 stars
0 dependents
License: MIT
Nothing has been indexed for 1.0.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
cake:
github: axvm/cake
version: ~> 1.0.0Then run:
shards installshard.yml
No shard.yml has been indexed for 1.0.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# Cake
Cake is a powerful and flexible Make-like utility tool.
Implement tasks on plain crystal-lang and Make Tasks Great Again!
## Installation
Execute command to install `Cake`
```shell
$ curl https://raw.githubusercontent.com/axvm/cake/master/install.sh | bash
```
## Usage
Develop tasks in plain Crystal code in `Cakefile` and run them via `$ cake :task_name`
### bin/cake
```
Usage:
cake task_name
cake -T
Options:
-T, --tasks Show all tasks
-h, --help This info
-v, --version Show version
```
### Cakefile sample
```Crystal
# Define task
task :task_name do
# task logic
end
# Define task with description
desc "task useful description"
task :some_task do
# 2 + 1
end
# Run one task from another
desc "invoke example"
task :first do
# -Infinity / 0
invoke! :second
end
task :second do
# yay we are here!
end
```
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ( https://github.com/axvm/cake/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
- [[axvm]](https://github.com/axvm) Alexander Marchenko - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.0.0- Tagged
- Jul 9, 2022
- Commit
5a02f579c413- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/axvm/cake
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 12, 2026
- Versions
- 3