Giter Site home page Giter Site logo

karma.el's Introduction

License GPL 3 Build Status Coverage Status MELPA MELPA Stable

karma.el

Karma Test Runner Emacs Integration


Installation

Installation via package.el

package.el is the built-in package manager in Emacs.

Karma.el is available on the three major community maintained repositories - MELPA STABLE, MELPA and Marmalade.

You can install Karma with the following commnad:

M-x package-install [RET] karma [RET]

or by adding this bit of Emacs Lisp code to your Emacs initialization file (.emacs or init.el):

(unless (package-installed-p 'karma)
  (package-install 'karma))

If the installation doesn't work try refreshing the package list:

M-x package-refresh-contents [RET]

Keep in mind that MELPA packages are built automatically from the master branch, meaning bugs might creep in there from time to time. Never-the-less, installing from MELPA is the recommended way of obtaining Karma, as the master branch is normally quite stable and "stable" (tagged) builds are released somewhat infrequently.

With the most recent builds of Emacs, you can pin Karma to always use MELPA Stable by adding this to your Emacs initialization:

(add-to-list 'package-pinned-packages '(karma . "melpa-stable") t)

Via el-get

el-get is another popular package manager for Emacs. If you're an el-get user just do M-x el-get-install [RET] karma [RET].

Manual

You can install Karma manually by placing it on your load-path and require ing it. Many people favour the folder ~/.emacs.d/vendor.

(add-to-list 'load-path "~/.emacs.d/vendor/karma.el/")
(require 'karma)

Usage

Basic setup

You need to create an .karma file inside your project directory to inform Karma.el where to get the Karma config file and the Karma executable.

{
  "config-file": "karma.coffee",
  "karma-command": "node_modules/karma/bin/karma"
}

The config-file and the karma-command paths need to be relative or absolute to your project directory.

Interactive Commands

Keybinding Description
C-c , t Runs karma-start in the root directory of the project.
C-c , s s Runs karma-start-single-run in the root directory of the project.
C-c , n s Runs karma-start-no-single-run in the root directory of the project.
C-c , r Runs karma-run in the root directory of the project.
C-c , p Pop to the *Karma start* buffer if exists.
C-c , c Runs karma-run-current-test.

Contributing

Contributions are very welcome!

  1. Fork karma.el
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Send me a pull-request for your topic branch
  5. That's it!

License

Copyright © 2014 Samuel Tonini and contributors.

Distributed under the GNU General Public License, version 3

karma.el's People

Contributors

tonini avatar jvalkeejarvi avatar amackera avatar

Stargazers

Dmitry Kosenkov avatar

Watchers

James Cloos avatar  avatar

karma.el's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.