0.2.1 • Published 11 years ago
generator-atomapp v0.2.1
generator-atomapp
atom app generator

Usage
$ npm install -g yo generator-atomapp
$ mkdir MyAtomApp && cd $_
$ yo atomappDevelopment
$ gruntlivereload
Add following script to your html you want.
<script src="http://localhost:35729/livereload.js"></script>See this link.
Distribution
$ grunt distCheck ./dist directory.
Execution
OSX
$ grunt run # without distribution
$ open ./dist/Atom.app # after distributionWindows
> grunt run # without distribution
> .\\dist\\atom.exe # after distributionLinux
$ grunt run # without distribution
$ ./dist/atom # after distributionTest
$ npm install -g mocha
$ npm test