CodeKit



A kit file extension is related to the CodeKit development tool for Mac. A kit file contains web project.

There are 2 other file types using
the KIT file extension!

  1. Links with this icon indicate that you are leaving the CDC website. The Centers for Disease Control and Prevention (CDC) cannot attest to the accuracy of a non-federal website.
  2. CodeKIT, Cardiff. We're developing beautiful web and mobile applications.
  3. CodeKit helps you build websites faster and better.
  4. Source code and script file type The kit file extension is associated with the CodeKit, a development tool for macOS (OS X) operating system, which allows users to create web sites. The kit file stores web project. The default software associated to open kit file.

CodeKit is another tool for building websites. Basically, CodeKit automates a lot of developer tasks so that building a website doesn't take forever. This website uses cookies and other tracking technology to analyse traffic, personalise ads and learn how we can improve the experience for our visitors and customers.

.kit - Native Instruments Battery v1 drum-kit

.kit - 20-20 Design kitchen design

Software that open kit file

Bookmark & share this page with others:

KIT file extension- CodeKit project

What is kit file? How to open kit files?

File type specification:

The kit file extension is associated with the CodeKit, a development tool for macOS (OS X) operating system, which allows users to create web sites.

The kit file stores web project.

The default software associated to open kit file:

CodeKit allows users to create web sites. It is able to compile Less, Sass, Stylus, Jade, Haml, Slim, CoffeeScript, Javascript, TypeScript, Markdown and Compass files.

Help how to open:

Use CodeKit to open *.kit files.

How to convert:

CodeKit is able to export *.kit files to other formats.

List of software applications associated to the .kit file extension

Recommended software programs are sorted by OS platform (Windows, macOS, Linux, iOS, Android etc.)
and possible program actions that can be done with the file: like open kit file, edit kit file, convert kit file, view kit file, play kit file etc. (if exist software for corresponding action in File-Extensions.org's database).

Hint:
Click on the tab below to simply browse between the application actions, to quickly get a list of recommended software, which is able to perform the specified software action, such as opening, editing or converting kit files.

Codekit Download

Software that open kit file - CodeKit project

Programs supporting the exension kit on the main platforms Windows, Mac, Linux or mobile. Click on the link to get more information about CodeKit for open kit file action.

Apple macOS / Mac OS X:

Browse

Sublime Text plugin to run CodeKit 2 commands

Details

Installs

  • Total3K
  • Win0
  • Mac3K
  • Linux0
Apr 21Apr 20Apr 19Apr 18Apr 17Apr 16Apr 15Apr 14Apr 13Apr 12Apr 11Apr 10Apr 9Apr 8Apr 7Apr 6Apr 5Apr 4Apr 3Apr 2Apr 1Mar 31Mar 30Mar 29Mar 28Mar 27Mar 26Mar 25Mar 24Mar 23Mar 22Mar 21Mar 20Mar 19Mar 18Mar 17Mar 16Mar 15Mar 14Mar 13Mar 12Mar 11Mar 10Mar 9Mar 8Mar 7
Windows0000000000000000000000000000000000000000000000
Mac0000000000000000000100010000002120001010010201
Linux0000000000000000000000000000000000000000000000

Readme

Source
raw.​githubusercontent.​com

Installation

CodeKit Commands should be installed via Package Control.

How it works

Activating Projects

Auto-Activate Projects (default behavior)

When you open a project in Sublime Text, CodeKit will automatically open for you, if it's not already open, and then set the active project in CodeKit based on the current file you're working on. So if you have a few different projects open, even files in different projects but in the same window, this plug-in will keep CodeKit focused on the project you're focused on so you don't have to.

Notice If you hold the shift key down while CodeKit is starting it will Safe Start which clears existing project data.

Auto-activate will look for a config.codekit file in the active file's directory or walk up the directory tree until it either finds a config.codekit file and sends a signal to CodeKit or reaches the OS root directory and does nothing. Some path caching is done to prevent lots of unnecessary directory walks whenyou're switching between files in the same directory tree.

Manually Activate Projects

You can disable auto project-switching by unchecking Preferences>Package Settings>CodeKit Commands>Enable Auto Switch CodeKit Project and manually change the active project in CodeKit from Sublime via the Command Palette commands CodeKit Select project or CodeKit Select framework.

Auto Quit CodeKit (off by default)

In the Preferences>Package Settings>CodeKit Commands you can enable Auto Quit CodeKit which will quit CodeKit if you command+q Sublime Text or if you close every window in Sublime Text.

CodeKit

New Projects

If you're currently working on a project or framework that CodeKit doesn't know about, simply run the command CodeKit Add project or CodeKit Add framework from the Command Palette. You'll then be presented with a list of root level folders from Sublime Text's sidebar, once you select one it will be added to CodeKit.

Alternatively you can right click on a folder in the side bar and select CodeKit Commands > Create CodeKit Project or CodeKit Commands > Create CodeKit Framework and add that specific folder to CodeKit.

Pausing CodeKit

Auto-Pausing CodeKit (off by default)

This plug-in can auto-pause CodeKit when you're not focused on Sublime Text. This can be useful if you use the CLI or third-party tools to handle source control. Just enable auto-pausing in the settings 'pause_codekit_on_view_deactivate': true.

CodeKit states:

Before you perform any action that will change large numbers of files at once (switching branches, rebasing, pull requests, etc.) you MUST tell CodeKit to ignore file changes.

Codekit Vs Prepros

Manually Pausing CodeKit
Wordpress

You can use the CodeKit pause and CodeKit unpause commands from the Command Palette.

Heads Up: These two commands are hidden from the Command Palette when auto-pausing is enabled since they're useless otherwise.

Info: More details about why it's good practice to pause and other critical things to know about CodeKit can be found here.

Codekit

Launching and refreshing browsers

App

You have access to browser refreshing, style sheet reloading, browser specific previewing all from the Command Palette. Just type CodeKit in the Command Palette to see the full list.

Info: Any new commands added will always be prefixed with CodeKit for easy viewing/access.