https://github.com/drudge/dockerfile.truffle
Dockerfile syntax for the Chocolat text editor
https://github.com/drudge/dockerfile.truffle
Last synced: 4 months ago
JSON representation
Dockerfile syntax for the Chocolat text editor
- Host: GitHub
- URL: https://github.com/drudge/dockerfile.truffle
- Owner: drudge
- Created: 2014-01-17T01:32:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-17T02:06:00.000Z (over 12 years ago)
- Last Synced: 2025-10-10T21:14:28.435Z (9 months ago)
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerfile syntax for Chocolat
This truffle adds syntax support for [Dockerfile](http://docs.docker.io/en/latest/use/builder/) files to Chocolat.
## Installation
mkdir -p ~/Library/Application\ Support/Chocolat/Truffles/
git clone https://github.com/drudge/Dockerfile.truffle.git ~/Library/Application\ Support/Chocolat/Truffles/Dockerfile.truffle
## Contributors
The following are the major contributors in no specific order:
* Nicholas Penree ([drudge](http://github.com/drudge))
* Asbjorn Enge ()
## License
(The MIT License)
Copyright (c) 2014 Nicholas Penree <nick@penree.com>
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.