Cask is a project management tool for Emacs that helps automate the package development cycle; development, dependencies, testing, building, packaging and more.
Cask can also be used to manage dependencies for your local Emacs configuration.
To install Cask, run this command:
$ curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
Or if you are on a Mac, you can install Cask via Homebrew:
$ brew install cask
See http://cask.readthedocs.org/ for more information and https://groups.google.com/forum/#!forum/cask-dev for development related discussion.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
See COPYING for details.