lucy-boot
v0.1.1
Published
Bootstrap Lucidity, an electron application.
Downloads
3
Maintainers
Readme
Lucy Boot
Part of Lucidity project.
This is the code responsible for handling the top-level electron application
(main) process and native GUI. It is a very minimal library to just enable
booting the application. You should usually include lucidity
which
contains other important libraries such as the runtime, live coding and
composition support.
Currently, there are no customization settings.
Installation
npm install lucy-boot --save
Setup
Once installed, create an 'index.js' file in the root directory with:
require ( 'lucy-boot' )
.boot ()
Now you can start Lucidity from within the root directory:
electron .
Note: you can install electron with
npm install -g electron-prebuilt
Tests
npm test
Contributing
Please use 'jessy style'.
Add unit tests (when possible) for any new or changed functionality.
Release History
- 0.1.1 (2015-09-22) Fixed pipe errors, working gallery.
- 0.1.0 (2015-09-02) Initial release.