You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

lucy-boot

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucy-boot

Bootstrap Lucidity, an electron application.

0.1.1
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Lucy Boot Build Status

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.

Keywords

application

FAQs

Package last updated on 22 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts