Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 280 Bytes

BUILDING.md

File metadata and controls

10 lines (7 loc) · 280 Bytes

Building

Describes how to build and run the extension.

Setup

Run npm install.

Development/Running

To build and link the Atom plugin into your local packages folder, run apm rebuild and then apm link.

That's it! To use the extension, just reload your Atom window.