generator-atomapp

0.2.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i generator-atomapp

Weekly Downloads

0

Version

0.2.1

License

BSD

Last publish

Collaborators

  • importre