Skip to content

importre/generator-atomapp

Repository files navigation

generator-atomapp

Build Status

atom app generator

atomapp

Usage

$ npm install -g yo generator-atomapp
$ mkdir MyAtomApp && cd $_
$ yo atomapp

Development

$ grunt

livereload

Add following script to your html you want.

<script src="http://localhost:35729/livereload.js"></script>

See this link.

Distribution

$ grunt dist

Check ./dist directory.

Execution

OSX

$ grunt run # without distribution
$ open ./dist/Atom.app # after distribution

Windows

> grunt run # without distribution
> .\\dist\\atom.exe # after distribution

Linux

$ grunt run # without distribution
$ ./dist/atom # after distribution

Test

$ npm install -g mocha
$ npm test