Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreineculau/coffee.mk
Coffee(Script) Make(file)r
https://github.com/andreineculau/coffee.mk
Last synced: 24 days ago
JSON representation
Coffee(Script) Make(file)r
- Host: GitHub
- URL: https://github.com/andreineculau/coffee.mk
- Owner: andreineculau
- License: unlicense
- Created: 2013-06-18T22:35:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-11T17:56:52.000Z (about 10 years ago)
- Last Synced: 2023-03-12T09:47:58.965Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.sh
- License: LICENSE
Awesome Lists containing this project
README
# name [![Build Status][2]][1]
description
## Install/update
Install via
`bash <(curl -s https://raw.github.com/andreineculau/coffee.mk/master/install.sh)`* fix `package.json`
Check for upstream diff via
`bash <(curl -s https://raw.github.com/andreineculau/coffee.mk/master/changelog.sh)`.Update via
`bash <(curl -s https://raw.github.com/andreineculau/coffee.mk/master/update.sh)`
and then commit the change in your repository.## Usage
SHOULD be self-explanatory
## Customization
* update `.gitignore`
* add your custom make targets to `custom.mk`
* create `test/_utils.custom.coffee` with your custom test utils## License
[UNLICENSE](LICENSE)
[1]: https://travis-ci.org/YOUR_GITHUB_USERNAME/YOUR_PROJECT_NAME
[2]: https://travis-ci.org/YOUR_GITHUB_USERNAME/YOUR_PROJECT_NAME.png