Skip to content

morphis-tech/frames-atom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frames for Atom (aka Frames IDE)

This package provides basic support and syntax highlighting for Frames development in Atom.

A screenshot of your package

Installation

There's no packaging yet. So, you need to clone this repository first (develop branch).

Requirements

First you need to install NodeJs. Tested in the latest LTS version of NodeJS it's 4.3.x.

After that add Morphis repository. This command will register the Morphis Node repository in your system:

$ npm set registry http://node.srv.morphis-tech.com

Initial Setup

1 - install the dependencies:

$ npm install

2 - link the package to your atom installation:

$ apm link

3 - And optionaly, you can start developing the package:

$ atom -d .

Development

Open Atom in Development Mode: View -> Developer -> Open in Dev Mode...

Publish plugin changes: View -> Developer -> Reload Window Ctrl + Alt + R