Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafasoares/mini-cake
A minimalistic Cake/Rake/Make implementation written in CoffeeScript
https://github.com/rafasoares/mini-cake
Last synced: 16 days ago
JSON representation
A minimalistic Cake/Rake/Make implementation written in CoffeeScript
- Host: GitHub
- URL: https://github.com/rafasoares/mini-cake
- Owner: rafasoares
- License: mit
- Created: 2015-03-27T22:17:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T22:30:57.000Z (over 9 years ago)
- Last Synced: 2024-11-14T07:18:03.733Z (about 1 month ago)
- Language: CoffeeScript
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mini-cake
A minimalistic Cake/Rake/Make implementation written in CoffeeScript, based on [this presentation by Jim Weirich](https://youtu.be/0D3KfnbTdWw?list=LLTbuuDV8WpBTY-4SbLJ3rBg&t=1174)This was supposed to be just a quick experiment, not something actually useful.
I wanted to see how close I could get to Jim's ruby implementation, but in CoffeeScript. With only 26 lines of code, I'm pretty satisfied. :)
To run it, use this command:
```
$ coffee mini-cake.coffee make_mac_and_cheese
```Or:
```
$ npm install
$ node . make_mac_and_cheese
```