NickTikhonov / atom-package-dev-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom Editor Package Dev Tools

The intended purpose of this package is to provide a collection of tools that accelerate development of Atom plugins. The main area of focus is automating monotonous tasks and provide shortcuts for frequent actions.

Shortcuts

ctrl-t ctrl-t

Toggles current file between code (lib directory) and tests (spec directory).

ToggleCodeSpec

About

License:MIT License


Languages

Language:JavaScript 90.9%Language:CSS 9.1%