/cask

Project management tool for Emacs

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Cask

cask.png

https://travis-ci.org/cask/cask.svg?branch=master https://melpa.org/packages/cask-badge.svg https://stable.melpa.org/packages/cask-badge.svg

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:

git clone https://github.com/cask/cask ~/.cask
PATH=$HOME/.cask/bin:$PATH

# If you want to make it permanent
echo 'PATH=$HOME/.cask/bin:$PATH' >> ~/.bashrc

Or if you are on a Mac, you can install Cask via Homebrew:

brew install cask

See http://cask.readthedocs.io/ for more information and https://groups.google.com/forum/#!forum/cask-dev for development related discussion.

License

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.