0.1.1 • Published 10 years ago

atom-shell-scripts v0.1.1

Weekly downloads
8
License
-
Repository
github
Last release
10 years ago

atom-shell-scripts

Sample script files to run atom-shell based applications.

Usage

Install atom-shell-scripts module from npm. The sample scripts can be found at the scripts/ directory inside the module's directory.

npm install atom-shell-scripts

Scripts

atom-shell-single-page

This script loads the index.html file from the application directory. It also stores a pid file which is used to prevent multiple instances of the application.

scripts/atom-shell-single-page.js

License

MIT