drikin / yasc

Yet Another Slack Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom-shell example app

This is an example atom-shell app based off these instructions:

To run you should be able to do the following:

./run.sh

OR manually:

Install grunt if you haven't already

npm install -g grunt-cli

Then run the following to download version 0.12.2 of atom-shell

cd ./build
npm install
grunt download-atom-shell

Then you should be able to run the app:

./build/atom-shell/Atom.app/Contents/MacOS/Atom ./hello-app

About

Yet Another Slack Client


Languages

Language:JavaScript 85.5%Language:Shell 14.5%