No description
  • JavaScript 100%
Find a file
2017-08-30 10:16:07 +10:00
keymaps Add shortcut to add project to codekit 2017-08-24 12:22:21 +10:00
lib Add action for opening preview server 2017-08-24 12:22:33 +10:00
menus Add action for opening preview server 2017-08-24 12:22:33 +10:00
.gitignore Initial commit 2017-08-18 12:30:57 +10:00
CHANGELOG.md Update Readme and Changelog for 1.0 2017-08-30 10:13:28 +10:00
LICENSE.md Beautify and customise files 2017-08-18 12:44:58 +10:00
package.json Prepare 1.0.0 release 2017-08-30 10:16:07 +10:00
README.md Update Readme and Changelog for 1.0 2017-08-30 10:13:28 +10:00
yarn.lock First working version 2017-08-18 15:15:58 +10:00

Codekit Atom Sync

Automatically switch between projects in CodeKit

CodeKit Atom Sync Plugin for Atom keeps CodeKit in sync with your interactions in Atom.


Under the hood

Anytime you open a directory in Atom, this plugin looks for a CodeKit config file. If one is found, the plugin will switch to that project in CodeKit.

If no config file is found, nothing will happen.


Features

With CodeKit Atom Sync you can control CodeKit in a variety of ways with simple Atom commands:

  • Add your current Atom working folder to CodeKit: add-project-to-codekit
  • Launch CodeKit: open-codekit
  • Open the CodeKit preview server: open-codekit-preview-server

Additionally, you can temporarily pause CodeKit Atom Sync with the command:

toggle-codekit-atom-sync

This is useful when you want to have multiple project windows open at once.

You can add your current project to CodeKit by selecting Packages > CodeKit Atom Sync > Add Project To CodeKit


Bugs / Issues

If you encounter any issues please let me know here or create a pull request with a fix.


License

The plugin and this source code are released under the MIT License.